GetAccountAuthentication
Using GetAccountAuthentication
function getAccountAuthentication(args: GetAccountAuthenticationArgs, opts?: InvokeOptions): Promise<GetAccountAuthenticationResult>function get_account_authentication(account_id=None, authentication_id=None, create_time=None, enabled=None, name=None, saml_acs_url=None, saml_certificate=None, saml_entity_id=None, saml_idp_url=None, saml_metadata_url=None, type=None, update_time=None, opts=None)func LookupAccountAuthentication(ctx *Context, args *LookupAccountAuthenticationArgs, opts ...InvokeOption) (*LookupAccountAuthenticationResult, error)Note: This function is named
LookupAccountAuthenticationin the Go SDK.
public static class GetAccountAuthentication {
public static Task<GetAccountAuthenticationResult> InvokeAsync(GetAccountAuthenticationArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetAccountAuthentication Result
The following output properties are available:
- Account
Id string - Authentication
Id string - Create
Time string - Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Saml
Acs stringUrl - Saml
Metadata stringUrl - Update
Time string - Enabled bool
- Saml
Certificate string - Saml
Entity stringId - Saml
Idp stringUrl - Type string
- Account
Id string - Authentication
Id string - Create
Time string - Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Saml
Acs stringUrl - Saml
Metadata stringUrl - Update
Time string - Enabled bool
- Saml
Certificate string - Saml
Entity stringId - Saml
Idp stringUrl - Type string
- account
Id string - authentication
Id string - create
Time string - id string
The provider-assigned unique ID for this managed resource.
- name string
- saml
Acs stringUrl - saml
Metadata stringUrl - update
Time string - enabled boolean
- saml
Certificate string - saml
Entity stringId - saml
Idp stringUrl - type string
- account_
id str - authentication_
id str - create_
time str - id str
The provider-assigned unique ID for this managed resource.
- name str
- saml_
acs_ strurl - saml_
metadata_ strurl - update_
time str - enabled bool
- saml_
certificate str - saml_
entity_ strid - saml_
idp_ strurl - type str
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.