1. Packages
  2. Azure Native v2
  3. API Docs
  4. netapp
  5. getVolumeGroupIdForLdapUser
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.netapp.getVolumeGroupIdForLdapUser

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 list of group Ids for a specific LDAP User Azure REST API version: 2022-11-01.

Other available API versions: 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.

Using getVolumeGroupIdForLdapUser

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 getVolumeGroupIdForLdapUser(args: GetVolumeGroupIdForLdapUserArgs, opts?: InvokeOptions): Promise<GetVolumeGroupIdForLdapUserResult>
function getVolumeGroupIdForLdapUserOutput(args: GetVolumeGroupIdForLdapUserOutputArgs, opts?: InvokeOptions): Output<GetVolumeGroupIdForLdapUserResult>
Copy
def get_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) -> GetVolumeGroupIdForLdapUserResult
def get_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[GetVolumeGroupIdForLdapUserResult]
Copy
func GetVolumeGroupIdForLdapUser(ctx *Context, args *GetVolumeGroupIdForLdapUserArgs, opts ...InvokeOption) (*GetVolumeGroupIdForLdapUserResult, error)
func GetVolumeGroupIdForLdapUserOutput(ctx *Context, args *GetVolumeGroupIdForLdapUserOutputArgs, opts ...InvokeOption) GetVolumeGroupIdForLdapUserResultOutput
Copy

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

public static class GetVolumeGroupIdForLdapUser 
{
    public static Task<GetVolumeGroupIdForLdapUserResult> InvokeAsync(GetVolumeGroupIdForLdapUserArgs args, InvokeOptions? opts = null)
    public static Output<GetVolumeGroupIdForLdapUserResult> Invoke(GetVolumeGroupIdForLdapUserInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVolumeGroupIdForLdapUserResult> getVolumeGroupIdForLdapUser(GetVolumeGroupIdForLdapUserArgs args, InvokeOptions options)
public static Output<GetVolumeGroupIdForLdapUserResult> getVolumeGroupIdForLdapUser(GetVolumeGroupIdForLdapUserArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:netapp:getVolumeGroupIdForLdapUser
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the NetApp account
PoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the capacity pool
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Username This property is required. string
username is required to fetch the group to which user is part of
VolumeName
This property is required.
Changes to this property will trigger replacement.
string
The name of the volume
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the NetApp account
PoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the capacity pool
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Username This property is required. string
username is required to fetch the group to which user is part of
VolumeName
This property is required.
Changes to this property will trigger replacement.
string
The name of the volume
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the NetApp account
poolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the capacity pool
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
username This property is required. String
username is required to fetch the group to which user is part of
volumeName
This property is required.
Changes to this property will trigger replacement.
String
The name of the volume
accountName
This property is required.
Changes to this property will trigger replacement.
string
The name of the NetApp account
poolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the capacity pool
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
username This property is required. string
username is required to fetch the group to which user is part of
volumeName
This property is required.
Changes to this property will trigger replacement.
string
The name of the volume
account_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the NetApp account
pool_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the capacity pool
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
username This property is required. str
username is required to fetch the group to which user is part of
volume_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the volume
accountName
This property is required.
Changes to this property will trigger replacement.
String
The name of the NetApp account
poolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the capacity pool
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
username This property is required. String
username is required to fetch the group to which user is part of
volumeName
This property is required.
Changes to this property will trigger replacement.
String
The name of the volume

getVolumeGroupIdForLdapUser Result

The following output properties are available:

GroupIdsForLdapUser List<string>
Group Id list
GroupIdsForLdapUser []string
Group Id list
groupIdsForLdapUser List<String>
Group Id list
groupIdsForLdapUser string[]
Group Id list
group_ids_for_ldap_user Sequence[str]
Group Id list
groupIdsForLdapUser List<String>
Group Id list

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