Lines Matching full:custom
36 * Creates a new custom Role. (roles.create)
45 * level [custom roles](https://cloud.google.com/iam/docs/understanding-custom-
50 * organization-level [custom roles](https://cloud.google.com/iam/docs
51 * /understanding-custom-roles). Example request URL:
66 * Deletes a custom Role. When you delete a custom role, the following changes
67 * occur immediately: * You cannot bind a principal to the custom role in an IAM
68 * Policy. * Existing bindings to the custom role are not changed, but they have
70 * custom role. You have 7 days to undelete the custom role. After 7 days, the
71 * following changes occur: * The custom role is permanently deleted and cannot
72 * be recovered. * If an IAM policy contains a binding to the custom role, the
82 * method deletes only [custom roles](https://cloud.google.com/iam/docs
83 * /understanding-custom-roles) that have been created at the project level.
89 * only [custom roles](https://cloud.google.com/iam/docs/understanding-custom-
121 * [custom roles](https://cloud.google.com/iam/docs/understanding-custom-roles)
127 * only [custom roles](https://cloud.google.com/iam/docs/understanding-custom-
142 * Lists every predefined Role that IAM supports, or every custom role that is
157 * `projects/{PROJECT_ID}`. This method lists all project-level [custom
158 * roles](https://cloud.google.com/iam/docs/understanding-custom-roles). Example
162 * lists all organization-level [custom roles](https://cloud.google.com/iam/docs
163 * /understanding-custom-roles). Example request URL:
187 * Updates the definition of a custom Role. (roles.patch)
196 * method updates only [custom roles](https://cloud.google.com/iam/docs
197 * /understanding-custom-roles) that have been created at the project level.
203 * only [custom roles](https://cloud.google.com/iam/docs/understanding-custom-
222 * Undeletes a custom Role. (roles.undelete)
231 * method undeletes only [custom roles](https://cloud.google.com/iam/docs
232 * /understanding-custom-roles) that have been created at the project level.
238 * undeletes only [custom roles](https://cloud.google.com/iam/docs
239 * /understanding-custom-roles) that have been created at the organization