Datadog v4.28.1 published on Monday, Jun 24, 2024 by Pulumi
datadog.getRoleUsers
Explore with Pulumi AI
Use this data source to retrieve information about existing Datadog role users assignments. This data source is in beta and is subject to change.
Using getRoleUsers
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 getRoleUsers(args: GetRoleUsersArgs, opts?: InvokeOptions): Promise<GetRoleUsersResult>
function getRoleUsersOutput(args: GetRoleUsersOutputArgs, opts?: InvokeOptions): Output<GetRoleUsersResult>
def get_role_users(exact_match: Optional[bool] = None,
filter: Optional[str] = None,
role_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRoleUsersResult
def get_role_users_output(exact_match: Optional[pulumi.Input[bool]] = None,
filter: Optional[pulumi.Input[str]] = None,
role_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRoleUsersResult]
func GetRoleUsers(ctx *Context, args *GetRoleUsersArgs, opts ...InvokeOption) (*GetRoleUsersResult, error)
func GetRoleUsersOutput(ctx *Context, args *GetRoleUsersOutputArgs, opts ...InvokeOption) GetRoleUsersResultOutput
> Note: This function is named GetRoleUsers
in the Go SDK.
public static class GetRoleUsers
{
public static Task<GetRoleUsersResult> InvokeAsync(GetRoleUsersArgs args, InvokeOptions? opts = null)
public static Output<GetRoleUsersResult> Invoke(GetRoleUsersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRoleUsersResult> getRoleUsers(GetRoleUsersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: datadog:index/getRoleUsers:getRoleUsers
arguments:
# arguments dictionary
The following arguments are supported:
- Role
Id string - The role's identifier.
- Exact
Match bool - When true,
filter_keyword
string is exact matched against the user'sname
. - Filter string
- Search query, can be user name.
- Role
Id string - The role's identifier.
- Exact
Match bool - When true,
filter_keyword
string is exact matched against the user'sname
. - Filter string
- Search query, can be user name.
- role
Id String - The role's identifier.
- exact
Match Boolean - When true,
filter_keyword
string is exact matched against the user'sname
. - filter String
- Search query, can be user name.
- role
Id string - The role's identifier.
- exact
Match boolean - When true,
filter_keyword
string is exact matched against the user'sname
. - filter string
- Search query, can be user name.
- role_
id str - The role's identifier.
- exact_
match bool - When true,
filter_keyword
string is exact matched against the user'sname
. - filter str
- Search query, can be user name.
- role
Id String - The role's identifier.
- exact
Match Boolean - When true,
filter_keyword
string is exact matched against the user'sname
. - filter String
- Search query, can be user name.
getRoleUsers Result
The following output properties are available:
- Id string
- The ID of this resource.
- Role
Id string - The role's identifier.
- Role
Users List<GetRole Users Role User> - List of users assigned to role.
- Exact
Match bool - When true,
filter_keyword
string is exact matched against the user'sname
. - Filter string
- Search query, can be user name.
- Id string
- The ID of this resource.
- Role
Id string - The role's identifier.
- Role
Users []GetRole Users Role User - List of users assigned to role.
- Exact
Match bool - When true,
filter_keyword
string is exact matched against the user'sname
. - Filter string
- Search query, can be user name.
- id String
- The ID of this resource.
- role
Id String - The role's identifier.
- role
Users List<GetRole Users Role User> - List of users assigned to role.
- exact
Match Boolean - When true,
filter_keyword
string is exact matched against the user'sname
. - filter String
- Search query, can be user name.
- id string
- The ID of this resource.
- role
Id string - The role's identifier.
- role
Users GetRole Users Role User[] - List of users assigned to role.
- exact
Match boolean - When true,
filter_keyword
string is exact matched against the user'sname
. - filter string
- Search query, can be user name.
- id str
- The ID of this resource.
- role_
id str - The role's identifier.
- role_
users Sequence[GetRole Users Role User] - List of users assigned to role.
- exact_
match bool - When true,
filter_keyword
string is exact matched against the user'sname
. - filter str
- Search query, can be user name.
- id String
- The ID of this resource.
- role
Id String - The role's identifier.
- role
Users List<Property Map> - List of users assigned to role.
- exact
Match Boolean - When true,
filter_keyword
string is exact matched against the user'sname
. - filter String
- Search query, can be user name.
Supporting Types
GetRoleUsersRoleUser
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadog
Terraform Provider.