Interface OrganizationIamCustomRoleConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
OrganizationIamCustomRoleConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.232Z") @Stability(Stable) public interface OrganizationIamCustomRoleConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrganizationIamCustomRoleConfig.BuilderA builder forOrganizationIamCustomRoleConfigstatic classOrganizationIamCustomRoleConfig.Jsii$ProxyAn implementation forOrganizationIamCustomRoleConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OrganizationIamCustomRoleConfig.Builderbuilder()default StringgetDescription()A human-readable description for the role.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#id OrganizationIamCustomRole#id}.StringgetOrgId()The numeric ID of the organization in which you want to create a custom role.List<String>getPermissions()The names of the permissions this role grants when bound in an IAM policy.StringgetRoleId()The role id to use for this role.default StringgetStage()The current launch stage of the role.StringgetTitle()A human-readable title for the role.
-
-
-
Method Detail
-
getOrgId
@Stability(Stable) @NotNull String getOrgId()
The numeric ID of the organization in which you want to create a custom role.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#org_id OrganizationIamCustomRole#org_id}
-
getPermissions
@Stability(Stable) @NotNull List<String> getPermissions()
The names of the permissions this role grants when bound in an IAM policy.At least one permission must be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#permissions OrganizationIamCustomRole#permissions}
-
getRoleId
@Stability(Stable) @NotNull String getRoleId()
The role id to use for this role.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#role_id OrganizationIamCustomRole#role_id}
-
getTitle
@Stability(Stable) @NotNull String getTitle()
A human-readable title for the role.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#title OrganizationIamCustomRole#title}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description for the role.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#description OrganizationIamCustomRole#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#id OrganizationIamCustomRole#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.
-
getStage
@Stability(Stable) @Nullable default String getStage()
The current launch stage of the role. Defaults to GA.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_iam_custom_role#stage OrganizationIamCustomRole#stage}
-
builder
@Stability(Stable) static OrganizationIamCustomRoleConfig.Builder builder()
-
-