ServiceAccount.Builder |
ServiceAccount.Builder.accountId(String accountId) |
The account id that is used to generate the service account email address and a stable unique id.
|
ServiceAccount.Builder |
ServiceAccount.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.count(Number count) |
|
static ServiceAccount.Builder |
ServiceAccount.Builder.create(software.constructs.Construct scope,
String id) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.createIgnoreAlreadyExists(com.hashicorp.cdktf.IResolvable createIgnoreAlreadyExists) |
If set to true, skip service account creation if a service account with the same email already exists.
|
ServiceAccount.Builder |
ServiceAccount.Builder.createIgnoreAlreadyExists(Boolean createIgnoreAlreadyExists) |
If set to true, skip service account creation if a service account with the same email already exists.
|
ServiceAccount.Builder |
ServiceAccount.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.description(String description) |
A text description of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.disabled(com.hashicorp.cdktf.IResolvable disabled) |
Whether the service account is disabled.
|
ServiceAccount.Builder |
ServiceAccount.Builder.disabled(Boolean disabled) |
Whether the service account is disabled.
|
ServiceAccount.Builder |
ServiceAccount.Builder.displayName(String displayName) |
The display name for the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account#id ServiceAccount#id}.
|
ServiceAccount.Builder |
ServiceAccount.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.project(String project) |
The ID of the project that the service account will be created in.
|
ServiceAccount.Builder |
ServiceAccount.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.provisioners(List<? extends Object> provisioners) |
|
ServiceAccount.Builder |
ServiceAccount.Builder.timeouts(ServiceAccountTimeouts timeouts) |
timeouts block.
|