1. Packages
  2. Azure Native
  3. API Docs
  4. logz
  5. listMonitorUserRoles
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.logz.listMonitorUserRoles

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.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Response for list of user’s role for Logz.io account. Azure REST API version: 2022-01-01-preview.

    Using listMonitorUserRoles

    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 listMonitorUserRoles(args: ListMonitorUserRolesArgs, opts?: InvokeOptions): Promise<ListMonitorUserRolesResult>
    function listMonitorUserRolesOutput(args: ListMonitorUserRolesOutputArgs, opts?: InvokeOptions): Output<ListMonitorUserRolesResult>
    def list_monitor_user_roles(email_address: Optional[str] = None,
                                monitor_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> ListMonitorUserRolesResult
    def list_monitor_user_roles_output(email_address: Optional[pulumi.Input[str]] = None,
                                monitor_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[ListMonitorUserRolesResult]
    func ListMonitorUserRoles(ctx *Context, args *ListMonitorUserRolesArgs, opts ...InvokeOption) (*ListMonitorUserRolesResult, error)
    func ListMonitorUserRolesOutput(ctx *Context, args *ListMonitorUserRolesOutputArgs, opts ...InvokeOption) ListMonitorUserRolesResultOutput

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

    public static class ListMonitorUserRoles 
    {
        public static Task<ListMonitorUserRolesResult> InvokeAsync(ListMonitorUserRolesArgs args, InvokeOptions? opts = null)
        public static Output<ListMonitorUserRolesResult> Invoke(ListMonitorUserRolesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListMonitorUserRolesResult> listMonitorUserRoles(ListMonitorUserRolesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:logz:listMonitorUserRoles
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MonitorName string
    Monitor resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    EmailAddress string
    Email of the user used by Logz for contacting them if needed
    MonitorName string
    Monitor resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    EmailAddress string
    Email of the user used by Logz for contacting them if needed
    monitorName String
    Monitor resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    emailAddress String
    Email of the user used by Logz for contacting them if needed
    monitorName string
    Monitor resource name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    emailAddress string
    Email of the user used by Logz for contacting them if needed
    monitor_name str
    Monitor resource name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    email_address str
    Email of the user used by Logz for contacting them if needed
    monitorName String
    Monitor resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    emailAddress String
    Email of the user used by Logz for contacting them if needed

    listMonitorUserRoles Result

    The following output properties are available:

    NextLink string
    Link to the next set of results, if any.
    Value List<Pulumi.AzureNative.Logz.Outputs.UserRoleResponseResponse>
    List of user roles for Logz.io account.
    NextLink string
    Link to the next set of results, if any.
    Value []UserRoleResponseResponse
    List of user roles for Logz.io account.
    nextLink String
    Link to the next set of results, if any.
    value List<UserRoleResponseResponse>
    List of user roles for Logz.io account.
    nextLink string
    Link to the next set of results, if any.
    value UserRoleResponseResponse[]
    List of user roles for Logz.io account.
    next_link str
    Link to the next set of results, if any.
    value Sequence[UserRoleResponseResponse]
    List of user roles for Logz.io account.
    nextLink String
    Link to the next set of results, if any.
    value List<Property Map>
    List of user roles for Logz.io account.

    Supporting Types

    UserRoleResponseResponse

    Role string
    User roles on configured in Logz.io account.
    Role string
    User roles on configured in Logz.io account.
    role String
    User roles on configured in Logz.io account.
    role string
    User roles on configured in Logz.io account.
    role str
    User roles on configured in Logz.io account.
    role String
    User roles on configured in Logz.io account.

    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.38.0 published on Monday, Apr 22, 2024 by Pulumi