Struct google_binaryauthorization1_beta1::TestIamPermissionsRequest [−][src]
Request message for TestIamPermissions method.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- attestors test iam permissions projects (request)
- policy test iam permissions projects (request)
Fields
permissions: Option<Vec<String>>
The set of permissions to check for the resource. Permissions with
wildcards (such as '' or 'storage.') are not allowed. For more
information see
IAM Overview.
Trait Implementations
impl Default for TestIamPermissionsRequest[src]
impl Default for TestIamPermissionsRequestfn default() -> TestIamPermissionsRequest[src]
fn default() -> TestIamPermissionsRequestReturns the "default value" for a type. Read more
impl Clone for TestIamPermissionsRequest[src]
impl Clone for TestIamPermissionsRequestfn clone(&self) -> TestIamPermissionsRequest[src]
fn clone(&self) -> TestIamPermissionsRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TestIamPermissionsRequest[src]
impl Debug for TestIamPermissionsRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for TestIamPermissionsRequest[src]
impl RequestValue for TestIamPermissionsRequestAuto Trait Implementations
impl Send for TestIamPermissionsRequest
impl Send for TestIamPermissionsRequestimpl Sync for TestIamPermissionsRequest
impl Sync for TestIamPermissionsRequest