Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Access.
An IAM role or permission under analysis.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#analysis_state
def analysis_state() -> ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
Returns
- (::Google::Cloud::Asset::V1::IamPolicyAnalysisState) — The analysis state of this access.
#analysis_state=
def analysis_state=(value) -> ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
Parameter
- value (::Google::Cloud::Asset::V1::IamPolicyAnalysisState) — The analysis state of this access.
Returns
- (::Google::Cloud::Asset::V1::IamPolicyAnalysisState) — The analysis state of this access.
#permission
def permission() -> ::String
Returns
- (::String) — The permission.
#permission=
def permission=(value) -> ::String
Parameter
- value (::String) — The permission.
Returns
- (::String) — The permission.
#role
def role() -> ::String
Returns
- (::String) — The role.
#role=
def role=(value) -> ::String
Parameter
- value (::String) — The role.
Returns
- (::String) — The role.