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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.logz.listMonitorUserRoles
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<ListMonitorUserRolesResult> listMonitorUserRoles(ListMonitorUserRolesArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:logz:listMonitorUserRoles
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MonitorName string
- Monitor resource name
- ResourceGroup stringName 
- 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
- ResourceGroup stringName 
- 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
- resourceGroup StringName 
- 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
- resourceGroup stringName 
- 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_ strname 
- 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
- resourceGroup StringName 
- 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.Azure Native. Logz. Outputs. User Role Response Response> 
- List of user roles for Logz.io account.
- NextLink string
- Link to the next set of results, if any.
- Value
[]UserRole Response Response 
- List of user roles for Logz.io account.
- nextLink String
- Link to the next set of results, if any.
- value
List<UserRole Response Response> 
- List of user roles for Logz.io account.
- nextLink string
- Link to the next set of results, if any.
- value
UserRole Response Response[] 
- List of user roles for Logz.io account.
- next_link str
- Link to the next set of results, if any.
- value
Sequence[UserRole Response Response] 
- 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
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi