Gets information about an application user.
Using getOrganizationApplicationUser
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 getOrganizationApplicationUser(args: GetOrganizationApplicationUserArgs, opts?: InvokeOptions): Promise<GetOrganizationApplicationUserResult>
function getOrganizationApplicationUserOutput(args: GetOrganizationApplicationUserOutputArgs, opts?: InvokeOptions): Output<GetOrganizationApplicationUserResult>def get_organization_application_user(organization_id: Optional[str] = None,
timeouts: Optional[GetOrganizationApplicationUserTimeouts] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationApplicationUserResult
def get_organization_application_user_output(organization_id: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetOrganizationApplicationUserTimeoutsArgs]] = None,
user_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationApplicationUserResult]func LookupOrganizationApplicationUser(ctx *Context, args *LookupOrganizationApplicationUserArgs, opts ...InvokeOption) (*LookupOrganizationApplicationUserResult, error)
func LookupOrganizationApplicationUserOutput(ctx *Context, args *LookupOrganizationApplicationUserOutputArgs, opts ...InvokeOption) LookupOrganizationApplicationUserResultOutput> Note: This function is named LookupOrganizationApplicationUser in the Go SDK.
public static class GetOrganizationApplicationUser
{
public static Task<GetOrganizationApplicationUserResult> InvokeAsync(GetOrganizationApplicationUserArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationApplicationUserResult> Invoke(GetOrganizationApplicationUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationApplicationUserResult> getOrganizationApplicationUser(GetOrganizationApplicationUserArgs args, InvokeOptions options)
public static Output<GetOrganizationApplicationUserResult> getOrganizationApplicationUser(GetOrganizationApplicationUserArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getOrganizationApplicationUser:getOrganizationApplicationUser
arguments:
# arguments dictionaryThe following arguments are supported:
- Organization
Id string - ID of an organization.
- User
Id string - User ID.
- Timeouts
Get
Organization Application User Timeouts
- Organization
Id string - ID of an organization.
- User
Id string - User ID.
- Timeouts
Get
Organization Application User Timeouts
- organization
Id String - ID of an organization.
- user
Id String - User ID.
- timeouts
Get
Organization Application User Timeouts
- organization
Id string - ID of an organization.
- user
Id string - User ID.
- timeouts
Get
Organization Application User Timeouts
- organization_
id str - ID of an organization.
- user_
id str - User ID.
- timeouts
Get
Organization Application User Timeouts
- organization
Id String - ID of an organization.
- user
Id String - User ID.
- timeouts Property Map
getOrganizationApplicationUser Result
The following output properties are available:
- Email string
- User Email.
- Id string
- Resource ID, a composite of
organization_idanduser_idIDs. - Is
Super boolAdmin - Alters super admin state of the organization application user. The default value is
false. - Name string
- Name.
- Organization
Id string - ID of an organization.
- User
Id string - User ID.
- Timeouts
Get
Organization Application User Timeouts
- Email string
- User Email.
- Id string
- Resource ID, a composite of
organization_idanduser_idIDs. - Is
Super boolAdmin - Alters super admin state of the organization application user. The default value is
false. - Name string
- Name.
- Organization
Id string - ID of an organization.
- User
Id string - User ID.
- Timeouts
Get
Organization Application User Timeouts
- email String
- User Email.
- id String
- Resource ID, a composite of
organization_idanduser_idIDs. - is
Super BooleanAdmin - Alters super admin state of the organization application user. The default value is
false. - name String
- Name.
- organization
Id String - ID of an organization.
- user
Id String - User ID.
- timeouts
Get
Organization Application User Timeouts
- email string
- User Email.
- id string
- Resource ID, a composite of
organization_idanduser_idIDs. - is
Super booleanAdmin - Alters super admin state of the organization application user. The default value is
false. - name string
- Name.
- organization
Id string - ID of an organization.
- user
Id string - User ID.
- timeouts
Get
Organization Application User Timeouts
- email str
- User Email.
- id str
- Resource ID, a composite of
organization_idanduser_idIDs. - is_
super_ booladmin - Alters super admin state of the organization application user. The default value is
false. - name str
- Name.
- organization_
id str - ID of an organization.
- user_
id str - User ID.
- timeouts
Get
Organization Application User Timeouts
- email String
- User Email.
- id String
- Resource ID, a composite of
organization_idanduser_idIDs. - is
Super BooleanAdmin - Alters super admin state of the organization application user. The default value is
false. - name String
- Name.
- organization
Id String - ID of an organization.
- user
Id String - User ID.
- timeouts Property Map
Supporting Types
GetOrganizationApplicationUserTimeouts
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
