Class: Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedIamPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzeOrgPolicyGovernedAssetsResponse::GovernedIamPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
The IAM policies governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.
Instance Attribute Summary collapse
-
#asset_type ⇒ ::String
The asset type of the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy.attached_resource.
-
#attached_resource ⇒ ::String
The full resource name of the resource on which this IAM policy is set.
-
#folders ⇒ ::Array<::String>
The folder(s) that this IAM policy belongs to, in the format of folders/{FOLDER_NUMBER}.
-
#organization ⇒ ::String
The organization that this IAM policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}.
-
#policy ⇒ ::Google::Iam::V1::Policy
The IAM policy directly set on the given resource.
-
#project ⇒ ::String
The project that this IAM policy belongs to, in the format of projects/{PROJECT_NUMBER}.
Instance Attribute Details
#asset_type ⇒ ::String
Returns The asset type of the
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedIamPolicy.attached_resource.
Example:
cloudresourcemanager.googleapis.com/Project
See Cloud Asset Inventory Supported Asset
Types
for all supported asset types.
2522 2523 2524 2525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2522 class GovernedIamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attached_resource ⇒ ::String
Returns The full resource name of the resource on which this IAM policy is set.
Example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1
.
See Cloud Asset Inventory Resource Name
Format
for more information.
2522 2523 2524 2525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2522 class GovernedIamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#folders ⇒ ::Array<::String>
Returns The folder(s) that this IAM policy belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the IAM policy belongs (directly or cascadingly) to one or more folders.
2522 2523 2524 2525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2522 class GovernedIamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::String
Returns The organization that this IAM policy belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the IAM policy belongs (directly or cascadingly) to an organization.
2522 2523 2524 2525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2522 class GovernedIamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Iam::V1::Policy
Returns The IAM policy directly set on the given resource.
2522 2523 2524 2525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2522 class GovernedIamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The project that this IAM policy belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the IAM policy belongs to a project.
2522 2523 2524 2525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 2522 class GovernedIamPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |