1. Packages
  2. Aiven Provider
  3. API Docs
  4. getOrganizationApplicationUser
Aiven v6.44.0 published on Friday, Oct 10, 2025 by Pulumi

aiven.getOrganizationApplicationUser

Deploy with Pulumi
aiven logo
Aiven v6.44.0 published on Friday, Oct 10, 2025 by Pulumi

    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 dictionary

    The following arguments are supported:

    OrganizationId string
    ID of an organization.
    UserId string
    User ID.
    Timeouts GetOrganizationApplicationUserTimeouts
    OrganizationId string
    ID of an organization.
    UserId string
    User ID.
    Timeouts GetOrganizationApplicationUserTimeouts
    organizationId String
    ID of an organization.
    userId String
    User ID.
    timeouts GetOrganizationApplicationUserTimeouts
    organizationId string
    ID of an organization.
    userId string
    User ID.
    timeouts GetOrganizationApplicationUserTimeouts
    organizationId String
    ID of an organization.
    userId 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_id and user_id IDs.
    IsSuperAdmin bool
    Alters super admin state of the organization application user. The default value is false.

    Deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the aiven.OrganizationPermission resource.

    Name string
    Name.
    OrganizationId string
    ID of an organization.
    UserId string
    User ID.
    Timeouts GetOrganizationApplicationUserTimeouts
    Email string
    User Email.
    Id string
    Resource ID, a composite of organization_id and user_id IDs.
    IsSuperAdmin bool
    Alters super admin state of the organization application user. The default value is false.

    Deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the aiven.OrganizationPermission resource.

    Name string
    Name.
    OrganizationId string
    ID of an organization.
    UserId string
    User ID.
    Timeouts GetOrganizationApplicationUserTimeouts
    email String
    User Email.
    id String
    Resource ID, a composite of organization_id and user_id IDs.
    isSuperAdmin Boolean
    Alters super admin state of the organization application user. The default value is false.

    Deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the aiven.OrganizationPermission resource.

    name String
    Name.
    organizationId String
    ID of an organization.
    userId String
    User ID.
    timeouts GetOrganizationApplicationUserTimeouts
    email string
    User Email.
    id string
    Resource ID, a composite of organization_id and user_id IDs.
    isSuperAdmin boolean
    Alters super admin state of the organization application user. The default value is false.

    Deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the aiven.OrganizationPermission resource.

    name string
    Name.
    organizationId string
    ID of an organization.
    userId string
    User ID.
    timeouts GetOrganizationApplicationUserTimeouts
    email str
    User Email.
    id str
    Resource ID, a composite of organization_id and user_id IDs.
    is_super_admin bool
    Alters super admin state of the organization application user. The default value is false.

    Deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the aiven.OrganizationPermission resource.

    name str
    Name.
    organization_id str
    ID of an organization.
    user_id str
    User ID.
    timeouts GetOrganizationApplicationUserTimeouts
    email String
    User Email.
    id String
    Resource ID, a composite of organization_id and user_id IDs.
    isSuperAdmin Boolean
    Alters super admin state of the organization application user. The default value is false.

    Deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the aiven.OrganizationPermission resource.

    name String
    Name.
    organizationId String
    ID of an organization.
    userId 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 aiven Terraform Provider.
    aiven logo
    Aiven v6.44.0 published on Friday, Oct 10, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate