Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
The Account Authentication data source provides information about the existing Aiven Account Authentication.
Using getAccountAuthentication
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 getAccountAuthentication(args: GetAccountAuthenticationArgs, opts?: InvokeOptions): Promise<GetAccountAuthenticationResult>
function getAccountAuthenticationOutput(args: GetAccountAuthenticationOutputArgs, opts?: InvokeOptions): Output<GetAccountAuthenticationResult>def get_account_authentication(account_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountAuthenticationResult
def get_account_authentication_output(account_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountAuthenticationResult]func LookupAccountAuthentication(ctx *Context, args *LookupAccountAuthenticationArgs, opts ...InvokeOption) (*LookupAccountAuthenticationResult, error)
func LookupAccountAuthenticationOutput(ctx *Context, args *LookupAccountAuthenticationOutputArgs, opts ...InvokeOption) LookupAccountAuthenticationResultOutput> Note: This function is named LookupAccountAuthentication in the Go SDK.
public static class GetAccountAuthentication
{
public static Task<GetAccountAuthenticationResult> InvokeAsync(GetAccountAuthenticationArgs args, InvokeOptions? opts = null)
public static Output<GetAccountAuthenticationResult> Invoke(GetAccountAuthenticationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAccountAuthenticationResult> getAccountAuthentication(GetAccountAuthenticationArgs args, InvokeOptions options)
public static Output<GetAccountAuthenticationResult> getAccountAuthentication(GetAccountAuthenticationArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getAccountAuthentication:getAccountAuthentication
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - The unique id of the account.
- name str
- The name of the account authentication.
getAccountAuthentication Result
The following output properties are available:
- Account
Id string - The unique id of the account.
- Authentication
Id string - Account authentication id
- Create
Time string - Time of creation
- Enabled bool
- Status of account authentication method. The default value is
false. - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the account authentication.
- Saml
Acs stringUrl - SAML Assertion Consumer Service URL
- Saml
Certificate string - SAML Certificate
- Saml
Entity stringId - SAML Entity id
- Saml
Idp stringUrl - SAML Idp URL
- Saml
Metadata stringUrl - SAML Metadata URL
- Type string
- The account authentication type. The possible values are
internalandsaml. - Update
Time string - Time of last update
- Account
Id string - The unique id of the account.
- Authentication
Id string - Account authentication id
- Create
Time string - Time of creation
- Enabled bool
- Status of account authentication method. The default value is
false. - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the account authentication.
- Saml
Acs stringUrl - SAML Assertion Consumer Service URL
- Saml
Certificate string - SAML Certificate
- Saml
Entity stringId - SAML Entity id
- Saml
Idp stringUrl - SAML Idp URL
- Saml
Metadata stringUrl - SAML Metadata URL
- Type string
- The account authentication type. The possible values are
internalandsaml. - Update
Time string - Time of last update
- account
Id String - The unique id of the account.
- authentication
Id String - Account authentication id
- create
Time String - Time of creation
- enabled Boolean
- Status of account authentication method. The default value is
false. - id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the account authentication.
- saml
Acs StringUrl - SAML Assertion Consumer Service URL
- saml
Certificate String - SAML Certificate
- saml
Entity StringId - SAML Entity id
- saml
Idp StringUrl - SAML Idp URL
- saml
Metadata StringUrl - SAML Metadata URL
- type String
- The account authentication type. The possible values are
internalandsaml. - update
Time String - Time of last update
- account
Id string - The unique id of the account.
- authentication
Id string - Account authentication id
- create
Time string - Time of creation
- enabled boolean
- Status of account authentication method. The default value is
false. - id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the account authentication.
- saml
Acs stringUrl - SAML Assertion Consumer Service URL
- saml
Certificate string - SAML Certificate
- saml
Entity stringId - SAML Entity id
- saml
Idp stringUrl - SAML Idp URL
- saml
Metadata stringUrl - SAML Metadata URL
- type string
- The account authentication type. The possible values are
internalandsaml. - update
Time string - Time of last update
- account_
id str - The unique id of the account.
- authentication_
id str - Account authentication id
- create_
time str - Time of creation
- enabled bool
- Status of account authentication method. The default value is
false. - id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the account authentication.
- saml_
acs_ strurl - SAML Assertion Consumer Service URL
- saml_
certificate str - SAML Certificate
- saml_
entity_ strid - SAML Entity id
- saml_
idp_ strurl - SAML Idp URL
- saml_
metadata_ strurl - SAML Metadata URL
- type str
- The account authentication type. The possible values are
internalandsaml. - update_
time str - Time of last update
- account
Id String - The unique id of the account.
- authentication
Id String - Account authentication id
- create
Time String - Time of creation
- enabled Boolean
- Status of account authentication method. The default value is
false. - id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the account authentication.
- saml
Acs StringUrl - SAML Assertion Consumer Service URL
- saml
Certificate String - SAML Certificate
- saml
Entity StringId - SAML Entity id
- saml
Idp StringUrl - SAML Idp URL
- saml
Metadata StringUrl - SAML Metadata URL
- type String
- The account authentication type. The possible values are
internalandsaml. - update
Time String - Time of last update
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
