Lines Matching full:access
38 * Creates an access level. The long-running operation from this RPC has a
39 * successful status after the access level propagates to long-lasting storage.
40 * If access levels contain errors, an error response is returned for the first
43 * @param string $parent Required. Resource name for the access policy which
44 * owns this Access Level. Format: `accessPolicies/{policy_id}`
56 * Deletes an access level based on the resource name. The long-running
57 * operation from this RPC has a successful status after the access level has
60 * @param string $name Required. Resource name for the Access Level. Format:
72 * Gets an access level based on the resource name. (accessLevels.get)
74 * @param string $name Required. Resource name for the Access Level. Format:
80 * AS_DEFINED, where Access Levels are returned as `BasicLevels` or
81 * `CustomLevels` based on how they were created. If set to CEL, all Access
93 * Lists all access levels for an access policy.
96 * @param string $parent Required. Resource name for the access policy to list
97 * Access Levels from. Format: `accessPolicies/{policy_id}`
104 * @opt_param int pageSize Number of Access Levels to include in the list.
106 * @opt_param string pageToken Next page token for the next batch of Access
117 * Updates an access level. The long-running operation from this RPC has a
118 * successful status after the changes to the access level propagate to long-
119 * lasting storage. If access levels contain errors, an error response is
122 * @param string $name Required. Resource name for the Access Level. The
141 * Replaces all existing access levels in an access policy with the access
146 * cancelled, and existing access levels are not affected. The
148 * access levels contained in existing service perimeters result in an error.
151 * @param string $parent Required. Resource name for the access policy which
152 * owns these Access Levels. Format: `accessPolicies/{policy_id}`
164 * Returns the IAM permissions that the caller has on the specified Access