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

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

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>
Copy
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]
Copy
func ListMonitorUserRoles(ctx *Context, args *ListMonitorUserRolesArgs, opts ...InvokeOption) (*ListMonitorUserRolesResult, error)
func ListMonitorUserRolesOutput(ctx *Context, args *ListMonitorUserRolesOutputArgs, opts ...InvokeOption) ListMonitorUserRolesResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListMonitorUserRolesResult> listMonitorUserRoles(ListMonitorUserRolesArgs args, InvokeOptions options)
public static Output<ListMonitorUserRolesResult> listMonitorUserRoles(ListMonitorUserRolesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logz:listMonitorUserRoles
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
String
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
str
Monitor resource name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
String
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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-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