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

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

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, 2023-12-01, 2024-04-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>
Copy
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]
Copy
func ListStaticSiteUsers(ctx *Context, args *ListStaticSiteUsersArgs, opts ...InvokeOption) (*ListStaticSiteUsersResult, error)
func ListStaticSiteUsersOutput(ctx *Context, args *ListStaticSiteUsersOutputArgs, opts ...InvokeOption) ListStaticSiteUsersResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListStaticSiteUsersResult> listStaticSiteUsers(ListStaticSiteUsersArgs args, InvokeOptions options)
public static Output<ListStaticSiteUsersResult> listStaticSiteUsers(ListStaticSiteUsersArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:web:listStaticSiteUsers
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Authprovider
This property is required.
Changes to this property will trigger replacement.
string
The auth provider for the users.
Name
This property is required.
Changes to this property will trigger replacement.
string
Name of the static site.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
Authprovider
This property is required.
Changes to this property will trigger replacement.
string
The auth provider for the users.
Name
This property is required.
Changes to this property will trigger replacement.
string
Name of the static site.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
authprovider
This property is required.
Changes to this property will trigger replacement.
String
The auth provider for the users.
name
This property is required.
Changes to this property will trigger replacement.
String
Name of the static site.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group to which the resource belongs.
authprovider
This property is required.
Changes to this property will trigger replacement.
string
The auth provider for the users.
name
This property is required.
Changes to this property will trigger replacement.
string
Name of the static site.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
authprovider
This property is required.
Changes to this property will trigger replacement.
str
The auth provider for the users.
name
This property is required.
Changes to this property will trigger replacement.
str
Name of the static site.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the resource group to which the resource belongs.
authprovider
This property is required.
Changes to this property will trigger replacement.
String
The auth provider for the users.
name
This property is required.
Changes to this property will trigger replacement.
String
Name of the static site.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. string
The display name for the static site user.
Id This property is required. string
Resource Id.
Name This property is required. string
Resource Name.
Provider This property is required. string
The identity provider for the static site user.
Type This property is required. string
Resource type.
UserId This property is required. 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 This property is required. string
The display name for the static site user.
Id This property is required. string
Resource Id.
Name This property is required. string
Resource Name.
Provider This property is required. string
The identity provider for the static site user.
Type This property is required. string
Resource type.
UserId This property is required. 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 This property is required. String
The display name for the static site user.
id This property is required. String
Resource Id.
name This property is required. String
Resource Name.
provider This property is required. String
The identity provider for the static site user.
type This property is required. String
Resource type.
userId This property is required. 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 This property is required. string
The display name for the static site user.
id This property is required. string
Resource Id.
name This property is required. string
Resource Name.
provider This property is required. string
The identity provider for the static site user.
type This property is required. string
Resource type.
userId This property is required. 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 This property is required. str
The display name for the static site user.
id This property is required. str
Resource Id.
name This property is required. str
Resource Name.
provider This property is required. str
The identity provider for the static site user.
type This property is required. str
Resource type.
user_id This property is required. 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 This property is required. String
The display name for the static site user.
id This property is required. String
Resource Id.
name This property is required. String
Resource Name.
provider This property is required. String
The identity provider for the static site user.
type This property is required. String
Resource type.
userId This property is required. 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-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