Interface ApigeeSyncAuthorizationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApigeeSyncAuthorizationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.404Z") @Stability(Stable) public interface ApigeeSyncAuthorizationConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeSyncAuthorizationConfig.BuilderA builder forApigeeSyncAuthorizationConfigstatic classApigeeSyncAuthorizationConfig.Jsii$ProxyAn implementation forApigeeSyncAuthorizationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApigeeSyncAuthorizationConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sync_authorization#id ApigeeSyncAuthorization#id}.List<String>getIdentities()Array of service accounts to grant access to control plane resources, each specified using the following format: 'serviceAccount:service-account-name'.StringgetName()Name of the Apigee organization.default ApigeeSyncAuthorizationTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getIdentities
@Stability(Stable) @NotNull List<String> getIdentities()
Array of service accounts to grant access to control plane resources, each specified using the following format: 'serviceAccount:service-account-name'.The 'service-account-name' is formatted like an email address. For example: my-synchronizer-manager-serviceAccount@my_project_id.iam.gserviceaccount.com You might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one. The service accounts must have **Apigee Synchronizer Manager** role. See also [Create service accounts](https://cloud.google.com/apigee/docs/hybrid/v1.8/sa-about#create-the-service-accounts). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sync_authorization#identities ApigeeSyncAuthorization#identities}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the Apigee organization.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sync_authorization#name ApigeeSyncAuthorization#name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sync_authorization#id ApigeeSyncAuthorization#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getTimeouts
@Stability(Stable) @Nullable default ApigeeSyncAuthorizationTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sync_authorization#timeouts ApigeeSyncAuthorization#timeouts}
-
builder
@Stability(Stable) static ApigeeSyncAuthorizationConfig.Builder builder()
-
-