| Package | Description |
|---|---|
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.set(String fieldName,
Object value) |
Permission |
Permission.setApiDisabled(Boolean apiDisabled)
The service API associated with the permission is not enabled.
|
Permission |
Permission.setCustomRolesSupportLevel(String customRolesSupportLevel)
The current custom role support level.
|
Permission |
Permission.setDescription(String description)
A brief description of what this Permission is used for.
|
Permission |
Permission.setName(String name)
The name of this Permission.
|
Permission |
Permission.setOnlyInPredefinedRoles(Boolean onlyInPredefinedRoles)
This permission can ONLY be used in predefined roles.
|
Permission |
Permission.setPrimaryPermission(String primaryPermission)
The preferred name for this permission.
|
Permission |
Permission.setStage(String stage)
The current launch stage of the permission.
|
Permission |
Permission.setTitle(String title)
The title of this Permission.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
QueryTestablePermissionsResponse.getPermissions()
The Permissions testable on the requested resource.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTestablePermissionsResponse |
QueryTestablePermissionsResponse.setPermissions(List<Permission> permissions)
The Permissions testable on the requested resource.
|
Copyright © 2011–2019 Google. All rights reserved.