Aiven v6.28.0 published on Friday, Nov 15, 2024 by Pulumi
aiven.getOrganizationUserList
Explore with Pulumi AI
List of users of the organization.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA
environment variable to use the resource.
Using getOrganizationUserList
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 getOrganizationUserList(args: GetOrganizationUserListArgs, opts?: InvokeOptions): Promise<GetOrganizationUserListResult>
function getOrganizationUserListOutput(args: GetOrganizationUserListOutputArgs, opts?: InvokeOptions): Output<GetOrganizationUserListResult>
def get_organization_user_list(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationUserListResult
def get_organization_user_list_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationUserListResult]
func GetOrganizationUserList(ctx *Context, args *GetOrganizationUserListArgs, opts ...InvokeOption) (*GetOrganizationUserListResult, error)
func GetOrganizationUserListOutput(ctx *Context, args *GetOrganizationUserListOutputArgs, opts ...InvokeOption) GetOrganizationUserListResultOutput
> Note: This function is named GetOrganizationUserList
in the Go SDK.
public static class GetOrganizationUserList
{
public static Task<GetOrganizationUserListResult> InvokeAsync(GetOrganizationUserListArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationUserListResult> Invoke(GetOrganizationUserListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationUserListResult> getOrganizationUserList(GetOrganizationUserListArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aiven:index/getOrganizationUserList:getOrganizationUserList
arguments:
# arguments dictionary
The following arguments are supported:
getOrganizationUserList Result
The following output properties are available:
- Users
List<Get
Organization User List User> - List of users of the organization
- Id string
- Organization id. Example:
org12345678
. - Name string
- Organization name. Example:
aiven
.
- Users
[]Get
Organization User List User - List of users of the organization
- Id string
- Organization id. Example:
org12345678
. - Name string
- Organization name. Example:
aiven
.
- users
List<Get
Organization User List User> - List of users of the organization
- id String
- Organization id. Example:
org12345678
. - name String
- Organization name. Example:
aiven
.
- users
Get
Organization User List User[] - List of users of the organization
- id string
- Organization id. Example:
org12345678
. - name string
- Organization name. Example:
aiven
.
- users
Sequence[Get
Organization User List User] - List of users of the organization
- id str
- Organization id. Example:
org12345678
. - name str
- Organization name. Example:
aiven
.
- users List<Property Map>
- List of users of the organization
- id String
- Organization id. Example:
org12345678
. - name String
- Organization name. Example:
aiven
.
Supporting Types
GetOrganizationUserListUser
- Is
Super boolAdmin - Super admin state of the organization user
- Join
Time string - Join time
- Last
Activity stringTime - Last activity time
- User
Id string - User ID
- User
Infos List<GetOrganization User List User User Info>
- Is
Super boolAdmin - Super admin state of the organization user
- Join
Time string - Join time
- Last
Activity stringTime - Last activity time
- User
Id string - User ID
- User
Infos []GetOrganization User List User User Info
- is
Super BooleanAdmin - Super admin state of the organization user
- join
Time String - Join time
- last
Activity StringTime - Last activity time
- user
Id String - User ID
- user
Infos List<GetOrganization User List User User Info>
- is
Super booleanAdmin - Super admin state of the organization user
- join
Time string - Join time
- last
Activity stringTime - Last activity time
- user
Id string - User ID
- user
Infos GetOrganization User List User User Info[]
- is_
super_ booladmin - Super admin state of the organization user
- join_
time str - Join time
- last_
activity_ strtime - Last activity time
- user_
id str - User ID
- user_
infos Sequence[GetOrganization User List User User Info]
- is
Super BooleanAdmin - Super admin state of the organization user
- join
Time String - Join time
- last
Activity StringTime - Last activity time
- user
Id String - User ID
- user
Infos List<Property Map>
GetOrganizationUserListUserUserInfo
- City string
- City
- Country string
- Country
- Create
Time string - Creation time
- Department string
- Department
- Is
Application boolUser - Is Application User
- Job
Title string - Job Title
- Managed
By boolScim - Managed By Scim
- Managing
Organization stringId - Managing Organization ID
- Real
Name string - Real Name
- State string
- State
- User
Email string - User Email
- City string
- City
- Country string
- Country
- Create
Time string - Creation time
- Department string
- Department
- Is
Application boolUser - Is Application User
- Job
Title string - Job Title
- Managed
By boolScim - Managed By Scim
- Managing
Organization stringId - Managing Organization ID
- Real
Name string - Real Name
- State string
- State
- User
Email string - User Email
- city String
- City
- country String
- Country
- create
Time String - Creation time
- department String
- Department
- is
Application BooleanUser - Is Application User
- job
Title String - Job Title
- managed
By BooleanScim - Managed By Scim
- managing
Organization StringId - Managing Organization ID
- real
Name String - Real Name
- state String
- State
- user
Email String - User Email
- city string
- City
- country string
- Country
- create
Time string - Creation time
- department string
- Department
- is
Application booleanUser - Is Application User
- job
Title string - Job Title
- managed
By booleanScim - Managed By Scim
- managing
Organization stringId - Managing Organization ID
- real
Name string - Real Name
- state string
- State
- user
Email string - User Email
- city str
- City
- country str
- Country
- create_
time str - Creation time
- department str
- Department
- is_
application_ booluser - Is Application User
- job_
title str - Job Title
- managed_
by_ boolscim - Managed By Scim
- managing_
organization_ strid - Managing Organization ID
- real_
name str - Real Name
- state str
- State
- user_
email str - User Email
- city String
- City
- country String
- Country
- create
Time String - Creation time
- department String
- Department
- is
Application BooleanUser - Is Application User
- job
Title String - Job Title
- managed
By BooleanScim - Managed By Scim
- managing
Organization StringId - Managing Organization ID
- real
Name String - Real Name
- state String
- State
- user
Email String - User Email
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.