Uses of Class
com.google.auth.oauth2.CredentialAccessBoundary.AccessBoundaryRule.Builder
Packages that use CredentialAccessBoundary.AccessBoundaryRule.Builder
-
Uses of CredentialAccessBoundary.AccessBoundaryRule.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return CredentialAccessBoundary.AccessBoundaryRule.BuilderModifier and TypeMethodDescriptionCredentialAccessBoundary.AccessBoundaryRule.Builder.addAvailablePermission
(String availablePermission) Adds a permission that can be used on the resource.CredentialAccessBoundary.AccessBoundaryRule.newBuilder()
CredentialAccessBoundary.AccessBoundaryRule.Builder.setAvailabilityCondition
(CredentialAccessBoundary.AccessBoundaryRule.AvailabilityCondition availabilityCondition) Sets the availability condition which is an IAM condition that defines constraints to apply to the token expressed in CEL format.CredentialAccessBoundary.AccessBoundaryRule.Builder.setAvailablePermissions
(List<String> availablePermissions) Sets the list of permissions that can be used on the resource.CredentialAccessBoundary.AccessBoundaryRule.Builder.setAvailableResource
(String availableResource) Sets the available resource, which is the full resource name of the GCP resource to allow access to.