Interface IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.754Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builderstatic classIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builderbuilder()default StringgetScope()A space-delimited list of requested scope permissions.default StringgetServiceAccount()Name of the service account that has the permission to make the request.
-
-
-
Method Detail
-
getScope
@Stability(Stable) @Nullable default String getScope()
A space-delimited list of requested scope permissions.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#scope IntegrationsAuthConfig#scope}
-
getServiceAccount
@Stability(Stable) @Nullable default String getServiceAccount()
Name of the service account that has the permission to make the request.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#service_account IntegrationsAuthConfig#service_account}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialServiceAccountCredentials.Builder builder()
-
-