getAccountAuthentication
# Account Authentication Data Source
The Account Authentication data source provides information about the existing Aiven Account Authentication.
Using getAccountAuthentication
function getAccountAuthentication(args: GetAccountAuthenticationArgs, opts?: InvokeOptions): Promise<GetAccountAuthenticationResult>
def get_account_authentication(account_id: Optional[str] = None, authentication_id: Optional[str] = None, create_time: Optional[str] = None, enabled: Optional[bool] = None, name: Optional[str] = None, saml_acs_url: Optional[str] = None, saml_certificate: Optional[str] = None, saml_entity_id: Optional[str] = None, saml_idp_url: Optional[str] = None, saml_metadata_url: Optional[str] = None, type: Optional[str] = None, update_time: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetAccountAuthenticationResult
func LookupAccountAuthentication(ctx *Context, args *LookupAccountAuthenticationArgs, opts ...InvokeOption) (*LookupAccountAuthenticationResult, error)
Note: This function is named
LookupAccountAuthentication
in the Go SDK.
public static class GetAccountAuthentication {
public static Task<GetAccountAuthenticationResult> InvokeAsync(GetAccountAuthenticationArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- Account
Id string is a unique account id.
- Name string
is an account authentication name.
- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Enabled bool
defines an authentication method enabled or not.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Type string
is an account authentication type, can be one of
internal
andsaml
.- Update
Time string time of last update.
- Account
Id string is a unique account id.
- Name string
is an account authentication name.
- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Enabled bool
defines an authentication method enabled or not.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Type string
is an account authentication type, can be one of
internal
andsaml
.- Update
Time string time of last update.
- account
Id string is a unique account id.
- name string
is an account authentication name.
- authentication
Id string account authentication id.
- create
Time string time of creation.
- enabled boolean
defines an authentication method enabled or not.
- saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- saml
Certificate string is a SAML Certificate.
- saml
Entity stringId is a SAML Entity ID.
- saml
Idp stringUrl is a SAML Idp URL.
- saml
Metadata stringUrl is a SAML Metadata URL.
- type string
is an account authentication type, can be one of
internal
andsaml
.- update
Time string time of last update.
- account_
id str is a unique account id.
- name str
is an account authentication name.
- authentication_
id str account authentication id.
- create_
time str time of creation.
- enabled bool
defines an authentication method enabled or not.
- saml_
acs_ strurl is a SAML Assertion Consumer Service URL.
- saml_
certificate str is a SAML Certificate.
- saml_
entity_ strid is a SAML Entity ID.
- saml_
idp_ strurl is a SAML Idp URL.
- saml_
metadata_ strurl is a SAML Metadata URL.
- type str
is an account authentication type, can be one of
internal
andsaml
.- update_
time str time of last update.
getAccountAuthentication Result
The following output properties are available:
- Account
Id string is a unique account id.
- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
is an account authentication name.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Update
Time string time of last update.
- Enabled bool
defines an authentication method enabled or not.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Type string
is an account authentication type, can be one of
internal
andsaml
.
- Account
Id string is a unique account id.
- Authentication
Id string account authentication id.
- Create
Time string time of creation.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
is an account authentication name.
- Saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- Saml
Metadata stringUrl is a SAML Metadata URL.
- Update
Time string time of last update.
- Enabled bool
defines an authentication method enabled or not.
- Saml
Certificate string is a SAML Certificate.
- Saml
Entity stringId is a SAML Entity ID.
- Saml
Idp stringUrl is a SAML Idp URL.
- Type string
is an account authentication type, can be one of
internal
andsaml
.
- account
Id string is a unique account id.
- authentication
Id string account authentication id.
- create
Time string time of creation.
- id string
The provider-assigned unique ID for this managed resource.
- name string
is an account authentication name.
- saml
Acs stringUrl is a SAML Assertion Consumer Service URL.
- saml
Metadata stringUrl is a SAML Metadata URL.
- update
Time string time of last update.
- enabled boolean
defines an authentication method enabled or not.
- saml
Certificate string is a SAML Certificate.
- saml
Entity stringId is a SAML Entity ID.
- saml
Idp stringUrl is a SAML Idp URL.
- type string
is an account authentication type, can be one of
internal
andsaml
.
- account_
id str is a unique account id.
- authentication_
id str account authentication id.
- create_
time str time of creation.
- id str
The provider-assigned unique ID for this managed resource.
- name str
is an account authentication name.
- saml_
acs_ strurl is a SAML Assertion Consumer Service URL.
- saml_
metadata_ strurl is a SAML Metadata URL.
- update_
time str time of last update.
- enabled bool
defines an authentication method enabled or not.
- saml_
certificate str is a SAML Certificate.
- saml_
entity_ strid is a SAML Entity ID.
- saml_
idp_ strurl is a SAML Idp URL.
- type str
is an account authentication type, can be one of
internal
andsaml
.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.