1. Packages
  2. Azure Native
  3. API Docs
  4. storsimple
  5. getAccessControlRecord
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.storsimple.getAccessControlRecord

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Returns the properties of the specified access control record name.

Uses Azure REST API version 2017-06-01.

Using getAccessControlRecord

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAccessControlRecord(args: GetAccessControlRecordArgs, opts?: InvokeOptions): Promise<GetAccessControlRecordResult>
function getAccessControlRecordOutput(args: GetAccessControlRecordOutputArgs, opts?: InvokeOptions): Output<GetAccessControlRecordResult>
Copy
def get_access_control_record(access_control_record_name: Optional[str] = None,
                              manager_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAccessControlRecordResult
def get_access_control_record_output(access_control_record_name: Optional[pulumi.Input[str]] = None,
                              manager_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAccessControlRecordResult]
Copy
func LookupAccessControlRecord(ctx *Context, args *LookupAccessControlRecordArgs, opts ...InvokeOption) (*LookupAccessControlRecordResult, error)
func LookupAccessControlRecordOutput(ctx *Context, args *LookupAccessControlRecordOutputArgs, opts ...InvokeOption) LookupAccessControlRecordResultOutput
Copy

> Note: This function is named LookupAccessControlRecord in the Go SDK.

public static class GetAccessControlRecord 
{
    public static Task<GetAccessControlRecordResult> InvokeAsync(GetAccessControlRecordArgs args, InvokeOptions? opts = null)
    public static Output<GetAccessControlRecordResult> Invoke(GetAccessControlRecordInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAccessControlRecordResult> getAccessControlRecord(GetAccessControlRecordArgs args, InvokeOptions options)
public static Output<GetAccessControlRecordResult> getAccessControlRecord(GetAccessControlRecordArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:storsimple:getAccessControlRecord
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccessControlRecordName
This property is required.
Changes to this property will trigger replacement.
string
Name of access control record to be fetched.
ManagerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
AccessControlRecordName
This property is required.
Changes to this property will trigger replacement.
string
Name of access control record to be fetched.
ManagerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
accessControlRecordName
This property is required.
Changes to this property will trigger replacement.
String
Name of access control record to be fetched.
managerName
This property is required.
Changes to this property will trigger replacement.
String
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name
accessControlRecordName
This property is required.
Changes to this property will trigger replacement.
string
Name of access control record to be fetched.
managerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
access_control_record_name
This property is required.
Changes to this property will trigger replacement.
str
Name of access control record to be fetched.
manager_name
This property is required.
Changes to this property will trigger replacement.
str
The manager name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name
accessControlRecordName
This property is required.
Changes to this property will trigger replacement.
String
Name of access control record to be fetched.
managerName
This property is required.
Changes to this property will trigger replacement.
String
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name

getAccessControlRecord Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
The path ID that uniquely identifies the object.
InitiatorName string
The iSCSI initiator name (IQN).
Name string
The name of the object.
Type string
The hierarchical type of the object.
VolumeCount int
The number of volumes using the access control record.
Kind string
The Kind of the object. Currently only Series8000 is supported
AzureApiVersion string
The Azure API version of the resource.
Id string
The path ID that uniquely identifies the object.
InitiatorName string
The iSCSI initiator name (IQN).
Name string
The name of the object.
Type string
The hierarchical type of the object.
VolumeCount int
The number of volumes using the access control record.
Kind string
The Kind of the object. Currently only Series8000 is supported
azureApiVersion String
The Azure API version of the resource.
id String
The path ID that uniquely identifies the object.
initiatorName String
The iSCSI initiator name (IQN).
name String
The name of the object.
type String
The hierarchical type of the object.
volumeCount Integer
The number of volumes using the access control record.
kind String
The Kind of the object. Currently only Series8000 is supported
azureApiVersion string
The Azure API version of the resource.
id string
The path ID that uniquely identifies the object.
initiatorName string
The iSCSI initiator name (IQN).
name string
The name of the object.
type string
The hierarchical type of the object.
volumeCount number
The number of volumes using the access control record.
kind string
The Kind of the object. Currently only Series8000 is supported
azure_api_version str
The Azure API version of the resource.
id str
The path ID that uniquely identifies the object.
initiator_name str
The iSCSI initiator name (IQN).
name str
The name of the object.
type str
The hierarchical type of the object.
volume_count int
The number of volumes using the access control record.
kind str
The Kind of the object. Currently only Series8000 is supported
azureApiVersion String
The Azure API version of the resource.
id String
The path ID that uniquely identifies the object.
initiatorName String
The iSCSI initiator name (IQN).
name String
The name of the object.
type String
The hierarchical type of the object.
volumeCount Number
The number of volumes using the access control record.
kind String
The Kind of the object. Currently only Series8000 is supported

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi