1. Packages
  2. Azure Native v2
  3. API Docs
  4. storsimple
  5. getAccessControlRecord
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.storsimple.getAccessControlRecord

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Returns the properties of the specified access control record name. 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:

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
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
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
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
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
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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi