1. Packages
  2. Azure Native
  3. API Docs
  4. web
  5. listStaticSiteUsers
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.21.1 published on Wednesday, Dec 6, 2023 by Pulumi

azure-native.web.listStaticSiteUsers

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.21.1 published on Wednesday, Dec 6, 2023 by Pulumi

    Description for Gets the list of users of a static site. Azure REST API version: 2022-09-01.

    Other available API versions: 2020-10-01, 2021-02-01, 2023-01-01.

    Using listStaticSiteUsers

    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 listStaticSiteUsers(args: ListStaticSiteUsersArgs, opts?: InvokeOptions): Promise<ListStaticSiteUsersResult>
    function listStaticSiteUsersOutput(args: ListStaticSiteUsersOutputArgs, opts?: InvokeOptions): Output<ListStaticSiteUsersResult>
    def list_static_site_users(authprovider: Optional[str] = None,
                               name: Optional[str] = None,
                               resource_group_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> ListStaticSiteUsersResult
    def list_static_site_users_output(authprovider: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               resource_group_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[ListStaticSiteUsersResult]
    func ListStaticSiteUsers(ctx *Context, args *ListStaticSiteUsersArgs, opts ...InvokeOption) (*ListStaticSiteUsersResult, error)
    func ListStaticSiteUsersOutput(ctx *Context, args *ListStaticSiteUsersOutputArgs, opts ...InvokeOption) ListStaticSiteUsersResultOutput

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

    public static class ListStaticSiteUsers 
    {
        public static Task<ListStaticSiteUsersResult> InvokeAsync(ListStaticSiteUsersArgs args, InvokeOptions? opts = null)
        public static Output<ListStaticSiteUsersResult> Invoke(ListStaticSiteUsersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListStaticSiteUsersResult> listStaticSiteUsers(ListStaticSiteUsersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:web:listStaticSiteUsers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Authprovider string

    The auth provider for the users.

    Name string

    Name of the static site.

    ResourceGroupName string

    Name of the resource group to which the resource belongs.

    Authprovider string

    The auth provider for the users.

    Name string

    Name of the static site.

    ResourceGroupName string

    Name of the resource group to which the resource belongs.

    authprovider String

    The auth provider for the users.

    name String

    Name of the static site.

    resourceGroupName String

    Name of the resource group to which the resource belongs.

    authprovider string

    The auth provider for the users.

    name string

    Name of the static site.

    resourceGroupName string

    Name of the resource group to which the resource belongs.

    authprovider str

    The auth provider for the users.

    name str

    Name of the static site.

    resource_group_name str

    Name of the resource group to which the resource belongs.

    authprovider String

    The auth provider for the users.

    name String

    Name of the static site.

    resourceGroupName String

    Name of the resource group to which the resource belongs.

    listStaticSiteUsers Result

    The following output properties are available:

    NextLink string

    Link to next page of resources.

    Value List<Pulumi.AzureNative.Web.Outputs.StaticSiteUserARMResourceResponse>

    Collection of resources.

    NextLink string

    Link to next page of resources.

    Value []StaticSiteUserARMResourceResponse

    Collection of resources.

    nextLink String

    Link to next page of resources.

    value List<StaticSiteUserARMResourceResponse>

    Collection of resources.

    nextLink string

    Link to next page of resources.

    value StaticSiteUserARMResourceResponse[]

    Collection of resources.

    next_link str

    Link to next page of resources.

    value Sequence[StaticSiteUserARMResourceResponse]

    Collection of resources.

    nextLink String

    Link to next page of resources.

    value List<Property Map>

    Collection of resources.

    Supporting Types

    StaticSiteUserARMResourceResponse

    DisplayName string

    The display name for the static site user.

    Id string

    Resource Id.

    Name string

    Resource Name.

    Provider string

    The identity provider for the static site user.

    Type string

    Resource type.

    UserId string

    The user id for the static site user.

    Kind string

    Kind of resource.

    Roles string

    The roles for the static site user, in free-form string format

    DisplayName string

    The display name for the static site user.

    Id string

    Resource Id.

    Name string

    Resource Name.

    Provider string

    The identity provider for the static site user.

    Type string

    Resource type.

    UserId string

    The user id for the static site user.

    Kind string

    Kind of resource.

    Roles string

    The roles for the static site user, in free-form string format

    displayName String

    The display name for the static site user.

    id String

    Resource Id.

    name String

    Resource Name.

    provider String

    The identity provider for the static site user.

    type String

    Resource type.

    userId String

    The user id for the static site user.

    kind String

    Kind of resource.

    roles String

    The roles for the static site user, in free-form string format

    displayName string

    The display name for the static site user.

    id string

    Resource Id.

    name string

    Resource Name.

    provider string

    The identity provider for the static site user.

    type string

    Resource type.

    userId string

    The user id for the static site user.

    kind string

    Kind of resource.

    roles string

    The roles for the static site user, in free-form string format

    display_name str

    The display name for the static site user.

    id str

    Resource Id.

    name str

    Resource Name.

    provider str

    The identity provider for the static site user.

    type str

    Resource type.

    user_id str

    The user id for the static site user.

    kind str

    Kind of resource.

    roles str

    The roles for the static site user, in free-form string format

    displayName String

    The display name for the static site user.

    id String

    Resource Id.

    name String

    Resource Name.

    provider String

    The identity provider for the static site user.

    type String

    Resource type.

    userId String

    The user id for the static site user.

    kind String

    Kind of resource.

    roles String

    The roles for the static site user, in free-form string format

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.21.1 published on Wednesday, Dec 6, 2023 by Pulumi