These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.web.listStaticSiteUsers
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the list of users of a static site. API Version: 2020-12-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.
- Resource
Group stringName - 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.
- Resource
Group stringName - 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.
- resource
Group StringName - 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.
- resource
Group stringName - 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_ strname - 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.
- resource
Group StringName - Name of the resource group to which the resource belongs.
listStaticSiteUsers Result
The following output properties are available:
- Next
Link string - Link to next page of resources.
- Value
List<Pulumi.
Azure Native. Web. Outputs. Static Site User ARMResource Response> - Collection of resources.
- Next
Link string - Link to next page of resources.
- Value
[]Static
Site User ARMResource Response - Collection of resources.
- next
Link String - Link to next page of resources.
- value
List<Static
Site User ARMResource Response> - Collection of resources.
- next
Link string - Link to next page of resources.
- value
Static
Site User ARMResource Response[] - Collection of resources.
- next_
link str - Link to next page of resources.
- value
Sequence[Static
Site User ARMResource Response] - Collection of resources.
- next
Link String - Link to next page of resources.
- value List<Property Map>
- Collection of resources.
Supporting Types
StaticSiteUserARMResourceResponse
- Display
Name 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.
- User
Id 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 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.
- User
Id 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 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.
- user
Id 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 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.
- user
Id 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
- display
Name 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.
- user
Id 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi