Interface PrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.403Z") @Stability(Stable) public interface PrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings.Builderstatic classPrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings.Jsii$ProxyAn implementation forPrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings.Builderbuilder()default StringgetConditionExpression()The expression field of the IAM condition to be associated with the role.StringgetRole()IAM role to be granted.
-
-
-
Method Detail
-
getRole
@Stability(Stable) @NotNull String getRole()
IAM role to be granted. https://cloud.google.com/iam/docs/roles-overview.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#role PrivilegedAccessManagerEntitlement#role}
-
getConditionExpression
@Stability(Stable) @Nullable default String getConditionExpression()
The expression field of the IAM condition to be associated with the role.If specified, a user with an active grant for this entitlement would be able to access the resource only if this condition evaluates to true for their request. https://cloud.google.com/iam/docs/conditions-overview#attributes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#condition_expression PrivilegedAccessManagerEntitlement#condition_expression}
-
builder
@Stability(Stable) static PrivilegedAccessManagerEntitlementPrivilegedAccessGcpIamAccessRoleBindings.Builder builder()
-
-