Identitytoolkit_v2Functions

Functions

Link copied to clipboard

Retrieve a default supported Idp configuration for an Identity Toolkit project.

suspend fun getDefaultSupportedIdpConfig(defaultSupportedIdpConfigId: String, project: String? = null, tenantId: String): GetDefaultSupportedIdpConfigResult
Link copied to clipboard

Retrieve an inbound SAML configuration for an Identity Toolkit project.

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(oauthIdpConfigId: String, project: String? = null, tenantId: String): GetOauthIdpConfigResult
Link copied to clipboard

Get a tenant. Requires read permission on the Tenant resource.

suspend fun getTenant(argument: suspend GetTenantPlainArgsBuilder.() -> Unit): GetTenantResult
suspend fun getTenant(project: String? = null, tenantId: String): GetTenantResult
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(project: String? = null, tenantId: String): GetTenantIamPolicyResult