Class: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.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 ⇒ 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::Apis::CloudassetV1::Policy
An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.
-
#project ⇒ String
The project that this IAM policy belongs to, in the format of projects/
PROJECT_NUMBER
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
constructor
A new instance of GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy
Returns a new instance of GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy.
1564 1565 1566 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1564 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset_type ⇒ String
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.
Corresponds to the JSON property assetType
1501 1502 1503 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1501 def asset_type @asset_type end |
#attached_resource ⇒ String
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.
Corresponds to the JSON property attachedResource
1510 1511 1512 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1510 def attached_resource @attached_resource end |
#folders ⇒ Array<String>
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.
Corresponds to the JSON property folders
1517 1518 1519 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1517 def folders @folders end |
#organization ⇒ String
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.
Corresponds to the JSON property organization
1524 1525 1526 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1524 def organization @organization end |
#policy ⇒ Google::Apis::CloudassetV1::Policy
An Identity and Access Management (IAM) policy, which specifies access
controls for Google Cloud resources. A Policy
is a collection of bindings
.
A binding
binds one or more members
, or principals, to a single role
.
Principals can be user accounts, service accounts, Google groups, and domains (
such as G Suite). A role
is a named list of permissions; each role
can be
an IAM predefined role or a user-created custom role. For some types of Google
Cloud resources, a binding
can also specify a condition
, which is a
logical expression that allows access to a resource only if the expression
evaluates to true
. A condition can add constraints based on attributes of
the request, the resource, or both. To learn which resources support
conditions in their IAM policies, see the IAM documentation. JSON example: ` "
bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
"user:mike@example.com", "group:admins@example.com", "domain:google.com", "
serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
], "condition": ` "title": "expirable access", "description": "Does not grant
access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 `
YAML
example: bindings: - members: - user:mike@example.com - group:admins@
example.com - domain:google.com - serviceAccount:my-project-id@appspot.
gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
title: expirable access description: Does not grant access after Sep 2020
expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
BwWWja0YfJA= version: 3
For a description of IAM and its features, see the
IAM documentation.
Corresponds to the JSON property policy
1555 1556 1557 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1555 def policy @policy end |
#project ⇒ String
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.
Corresponds to the JSON property project
1562 1563 1564 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1562 def project @project end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1569 def update!(**args) @asset_type = args[:asset_type] if args.key?(:asset_type) @attached_resource = args[:attached_resource] if args.key?(:attached_resource) @folders = args[:folders] if args.key?(:folders) @organization = args[:organization] if args.key?(:organization) @policy = args[:policy] if args.key?(:policy) @project = args[:project] if args.key?(:project) end |