class Google::Apis::DeploymentmanagerAlpha::ResourceAccessControl
The access controls set on the resource.
Attributes
gcp_iam_policy[RW]
The GCP IAM Policy
to set on the resource. Corresponds to the JSON property `gcpIamPolicy` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 1836 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 1841 def update!(**args) @gcp_iam_policy = args[:gcp_iam_policy] if args.key?(:gcp_iam_policy) end