azure-native.netapp.getCapacityPoolVolumeGroupIdForLdapUser
Explore with Pulumi AI
Returns the list of group Ids for a specific LDAP User
Uses Azure REST API version 2024-09-01.
Other available API versions: 2022-11-01, 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview, 2024-09-01-preview, 2025-01-01, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native netapp [ApiVersion]
. See the version guide for details.
Using getCapacityPoolVolumeGroupIdForLdapUser
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 getCapacityPoolVolumeGroupIdForLdapUser(args: GetCapacityPoolVolumeGroupIdForLdapUserArgs, opts?: InvokeOptions): Promise<GetCapacityPoolVolumeGroupIdForLdapUserResult>
function getCapacityPoolVolumeGroupIdForLdapUserOutput(args: GetCapacityPoolVolumeGroupIdForLdapUserOutputArgs, opts?: InvokeOptions): Output<GetCapacityPoolVolumeGroupIdForLdapUserResult>
def get_capacity_pool_volume_group_id_for_ldap_user(account_name: Optional[str] = None,
pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
username: Optional[str] = None,
volume_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCapacityPoolVolumeGroupIdForLdapUserResult
def get_capacity_pool_volume_group_id_for_ldap_user_output(account_name: Optional[pulumi.Input[str]] = None,
pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
volume_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCapacityPoolVolumeGroupIdForLdapUserResult]
func GetCapacityPoolVolumeGroupIdForLdapUser(ctx *Context, args *GetCapacityPoolVolumeGroupIdForLdapUserArgs, opts ...InvokeOption) (*GetCapacityPoolVolumeGroupIdForLdapUserResult, error)
func GetCapacityPoolVolumeGroupIdForLdapUserOutput(ctx *Context, args *GetCapacityPoolVolumeGroupIdForLdapUserOutputArgs, opts ...InvokeOption) GetCapacityPoolVolumeGroupIdForLdapUserResultOutput
> Note: This function is named GetCapacityPoolVolumeGroupIdForLdapUser
in the Go SDK.
public static class GetCapacityPoolVolumeGroupIdForLdapUser
{
public static Task<GetCapacityPoolVolumeGroupIdForLdapUserResult> InvokeAsync(GetCapacityPoolVolumeGroupIdForLdapUserArgs args, InvokeOptions? opts = null)
public static Output<GetCapacityPoolVolumeGroupIdForLdapUserResult> Invoke(GetCapacityPoolVolumeGroupIdForLdapUserInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCapacityPoolVolumeGroupIdForLdapUserResult> getCapacityPoolVolumeGroupIdForLdapUser(GetCapacityPoolVolumeGroupIdForLdapUserArgs args, InvokeOptions options)
public static Output<GetCapacityPoolVolumeGroupIdForLdapUserResult> getCapacityPoolVolumeGroupIdForLdapUser(GetCapacityPoolVolumeGroupIdForLdapUserArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:netapp:getCapacityPoolVolumeGroupIdForLdapUser
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The name of the NetApp account
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Username string
- username is required to fetch the group to which user is part of
- Volume
Name string - The name of the volume
- Account
Name string - The name of the NetApp account
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Username string
- username is required to fetch the group to which user is part of
- Volume
Name string - The name of the volume
- account
Name String - The name of the NetApp account
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- username String
- username is required to fetch the group to which user is part of
- volume
Name String - The name of the volume
- account
Name string - The name of the NetApp account
- pool
Name string - The name of the capacity pool
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- username string
- username is required to fetch the group to which user is part of
- volume
Name string - The name of the volume
- account_
name str - The name of the NetApp account
- pool_
name str - The name of the capacity pool
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- username str
- username is required to fetch the group to which user is part of
- volume_
name str - The name of the volume
- account
Name String - The name of the NetApp account
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- username String
- username is required to fetch the group to which user is part of
- volume
Name String - The name of the volume
getCapacityPoolVolumeGroupIdForLdapUser Result
The following output properties are available:
- Group
Ids List<string>For Ldap User - Group Id list
- Group
Ids []stringFor Ldap User - Group Id list
- group
Ids List<String>For Ldap User - Group Id list
- group
Ids string[]For Ldap User - Group Id list
- group_
ids_ Sequence[str]for_ ldap_ user - Group Id list
- group
Ids List<String>For Ldap User - Group Id list
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0