azure-native.logz.listMonitorUserRoles
Response for list of user’s role for Logz.io account. API Version: 2020-10-01.
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