OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.count(Number count) |
|
static OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.create(software.constructs.Construct scope,
String id) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.description(String description) |
A human-readable description for the role.
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#id OrganizationIamCustomRole#id}.
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.orgId(String orgId) |
The numeric ID of the organization in which you want to create a custom role.
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.permissions(List<String> permissions) |
The names of the permissions this role grants when bound in an IAM policy.
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.provisioners(List<? extends Object> provisioners) |
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.roleId(String roleId) |
The role id to use for this role.
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.stage(String stage) |
The current launch stage of the role.
|
OrganizationIamCustomRole.Builder |
OrganizationIamCustomRole.Builder.title(String title) |
A human-readable title for the role.
|