Struct gapi_grpc::google::cloud::asset::v1::IamPolicyAnalysisQuery[][src]

pub struct IamPolicyAnalysisQuery {
    pub scope: String,
    pub resource_selector: Option<ResourceSelector>,
    pub identity_selector: Option<IdentitySelector>,
    pub access_selector: Option<AccessSelector>,
    pub options: Option<Options>,
    pub condition_context: Option<ConditionContext>,
}

IAM policy analysis query message.

Fields

scope: String

Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed.

This can only be an organization number (such as “organizations/123”), a folder number (such as “folders/123”), a project ID (such as “projects/my-project-id”), or a project number (such as “projects/12345”).

To know how to get organization id, visit here .

To know how to get folder or project id, visit here .

resource_selector: Option<ResourceSelector>

Optional. Specifies a resource for analysis.

identity_selector: Option<IdentitySelector>

Optional. Specifies an identity for analysis.

access_selector: Option<AccessSelector>

Optional. Specifies roles or permissions for analysis. This is optional.

options: Option<Options>

Optional. The query options.

condition_context: Option<ConditionContext>

Optional. The hypothetical context for IAM conditions evaluation.

Trait Implementations

impl Clone for IamPolicyAnalysisQuery[src]

impl Debug for IamPolicyAnalysisQuery[src]

impl Default for IamPolicyAnalysisQuery[src]

impl Message for IamPolicyAnalysisQuery[src]

impl PartialEq<IamPolicyAnalysisQuery> for IamPolicyAnalysisQuery[src]

impl StructuralPartialEq for IamPolicyAnalysisQuery[src]

Auto Trait Implementations

impl RefUnwindSafe for IamPolicyAnalysisQuery

impl Send for IamPolicyAnalysisQuery

impl Sync for IamPolicyAnalysisQuery

impl Unpin for IamPolicyAnalysisQuery

impl UnwindSafe for IamPolicyAnalysisQuery

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]