1. Packages
  2. Aiven Provider
  3. API Docs
  4. getExternalIdentity
Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi

aiven.getExternalIdentity

Explore with Pulumi AI

Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi

Maps an external service user to an Aiven user.

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 getExternalIdentity

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 getExternalIdentity(args: GetExternalIdentityArgs, opts?: InvokeOptions): Promise<GetExternalIdentityResult>
function getExternalIdentityOutput(args: GetExternalIdentityOutputArgs, opts?: InvokeOptions): Output<GetExternalIdentityResult>
Copy
def get_external_identity(external_service_name: Optional[str] = None,
                          external_user_id: Optional[str] = None,
                          internal_user_id: Optional[str] = None,
                          organization_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetExternalIdentityResult
def get_external_identity_output(external_service_name: Optional[pulumi.Input[str]] = None,
                          external_user_id: Optional[pulumi.Input[str]] = None,
                          internal_user_id: Optional[pulumi.Input[str]] = None,
                          organization_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetExternalIdentityResult]
Copy
func GetExternalIdentity(ctx *Context, args *GetExternalIdentityArgs, opts ...InvokeOption) (*GetExternalIdentityResult, error)
func GetExternalIdentityOutput(ctx *Context, args *GetExternalIdentityOutputArgs, opts ...InvokeOption) GetExternalIdentityResultOutput
Copy

> Note: This function is named GetExternalIdentity in the Go SDK.

public static class GetExternalIdentity 
{
    public static Task<GetExternalIdentityResult> InvokeAsync(GetExternalIdentityArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalIdentityResult> Invoke(GetExternalIdentityInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExternalIdentityResult> getExternalIdentity(GetExternalIdentityArgs args, InvokeOptions options)
public static Output<GetExternalIdentityResult> getExternalIdentity(GetExternalIdentityArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aiven:index/getExternalIdentity:getExternalIdentity
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExternalServiceName This property is required. string
The name of the external service. The possible value is github.
ExternalUserId This property is required. string
The user's ID on the external service.
InternalUserId This property is required. string
The Aiven user ID.
OrganizationId This property is required. string
The ID of the Aiven organization that the user is part of.
ExternalServiceName This property is required. string
The name of the external service. The possible value is github.
ExternalUserId This property is required. string
The user's ID on the external service.
InternalUserId This property is required. string
The Aiven user ID.
OrganizationId This property is required. string
The ID of the Aiven organization that the user is part of.
externalServiceName This property is required. String
The name of the external service. The possible value is github.
externalUserId This property is required. String
The user's ID on the external service.
internalUserId This property is required. String
The Aiven user ID.
organizationId This property is required. String
The ID of the Aiven organization that the user is part of.
externalServiceName This property is required. string
The name of the external service. The possible value is github.
externalUserId This property is required. string
The user's ID on the external service.
internalUserId This property is required. string
The Aiven user ID.
organizationId This property is required. string
The ID of the Aiven organization that the user is part of.
external_service_name This property is required. str
The name of the external service. The possible value is github.
external_user_id This property is required. str
The user's ID on the external service.
internal_user_id This property is required. str
The Aiven user ID.
organization_id This property is required. str
The ID of the Aiven organization that the user is part of.
externalServiceName This property is required. String
The name of the external service. The possible value is github.
externalUserId This property is required. String
The user's ID on the external service.
internalUserId This property is required. String
The Aiven user ID.
organizationId This property is required. String
The ID of the Aiven organization that the user is part of.

getExternalIdentity Result

The following output properties are available:

ExternalServiceName string
The name of the external service. The possible value is github.
ExternalUserId string
The user's ID on the external service.
Id string
The provider-assigned unique ID for this managed resource.
InternalUserId string
The Aiven user ID.
OrganizationId string
The ID of the Aiven organization that the user is part of.
ExternalServiceName string
The name of the external service. The possible value is github.
ExternalUserId string
The user's ID on the external service.
Id string
The provider-assigned unique ID for this managed resource.
InternalUserId string
The Aiven user ID.
OrganizationId string
The ID of the Aiven organization that the user is part of.
externalServiceName String
The name of the external service. The possible value is github.
externalUserId String
The user's ID on the external service.
id String
The provider-assigned unique ID for this managed resource.
internalUserId String
The Aiven user ID.
organizationId String
The ID of the Aiven organization that the user is part of.
externalServiceName string
The name of the external service. The possible value is github.
externalUserId string
The user's ID on the external service.
id string
The provider-assigned unique ID for this managed resource.
internalUserId string
The Aiven user ID.
organizationId string
The ID of the Aiven organization that the user is part of.
external_service_name str
The name of the external service. The possible value is github.
external_user_id str
The user's ID on the external service.
id str
The provider-assigned unique ID for this managed resource.
internal_user_id str
The Aiven user ID.
organization_id str
The ID of the Aiven organization that the user is part of.
externalServiceName String
The name of the external service. The possible value is github.
externalUserId String
The user's ID on the external service.
id String
The provider-assigned unique ID for this managed resource.
internalUserId String
The Aiven user ID.
organizationId String
The ID of the Aiven organization that the user is part of.

Package Details

Repository
Aiven pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.
Aiven v6.36.0 published on Thursday, Mar 13, 2025 by Pulumi