Identitytoolkit_v2Functions
object Identitytoolkit_v2Functions
Functions
Link copied to clipboard
suspend fun getDefaultSupportedIdpConfig(argument: GetDefaultSupportedIdpConfigPlainArgs): GetDefaultSupportedIdpConfigResult
Retrieve a default supported Idp configuration for an Identity Toolkit project.
suspend fun getDefaultSupportedIdpConfig(argument: suspend GetDefaultSupportedIdpConfigPlainArgsBuilder.() -> Unit): GetDefaultSupportedIdpConfigResult
suspend fun getDefaultSupportedIdpConfig(defaultSupportedIdpConfigId: String, project: String? = null, tenantId: String): GetDefaultSupportedIdpConfigResult
Link copied to clipboard
suspend fun getInboundSamlConfig(argument: GetInboundSamlConfigPlainArgs): GetInboundSamlConfigResult
Retrieve an inbound SAML configuration for an Identity Toolkit project.
suspend fun getInboundSamlConfig(argument: suspend GetInboundSamlConfigPlainArgsBuilder.() -> Unit): GetInboundSamlConfigResult
suspend fun getInboundSamlConfig(inboundSamlConfigId: String, project: String? = null, tenantId: String): GetInboundSamlConfigResult
Link copied to clipboard
Retrieve an Oidc Idp configuration for an Identity Toolkit project.
suspend fun getOauthIdpConfig(argument: suspend GetOauthIdpConfigPlainArgsBuilder.() -> Unit): GetOauthIdpConfigResult
suspend fun getOauthIdpConfig(oauthIdpConfigId: String, project: String? = null, tenantId: String): GetOauthIdpConfigResult
Link copied to clipboard
Get a tenant. Requires read permission on the Tenant resource.
Link copied to clipboard
Gets the access control policy for a resource. An error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it. Caller must have the right Google IAM permission on the resource.
suspend fun getTenantIamPolicy(argument: suspend GetTenantIamPolicyPlainArgsBuilder.() -> Unit): GetTenantIamPolicyResult