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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 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:
- Monitor
Name string - Monitor resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Email
Address string - Email of the user used by Logz for contacting them if needed
- Monitor
Name string - Monitor resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Email
Address string - Email of the user used by Logz for contacting them if needed
- monitor
Name String - Monitor resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- email
Address String - Email of the user used by Logz for contacting them if needed
- monitor
Name string - Monitor resource name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- email
Address 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
- monitor
Name String - Monitor resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- email
Address String - Email of the user used by Logz for contacting them if needed
listMonitorUserRoles Result
The following output properties are available:
- Next
Link 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.
- Next
Link string - Link to the next set of results, if any.
- Value
[]User
Role Response Response - List of user roles for Logz.io account.
- next
Link String - Link to the next set of results, if any.
- value
List<User
Role Response Response> - List of user roles for Logz.io account.
- next
Link string - Link to the next set of results, if any.
- value
User
Role Response Response[] - List of user roles for Logz.io account.
- next_
link str - Link to the next set of results, if any.
- value
Sequence[User
Role Response Response] - List of user roles for Logz.io account.
- next
Link 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.47.1 published on Monday, Jun 24, 2024 by Pulumi