Class: Google::Iam::V2::CreatePolicyRequest
- Inherits:
-
Object
- Object
- Google::Iam::V2::CreatePolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v2/policy.rb
Overview
Request message for CreatePolicy.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#policy ⇒ ::Google::Iam::V2::Policy
Required.
-
#policy_id ⇒ ::String
The ID to use for this policy, which will become the final component of the policy's resource name.
Instance Attribute Details
#parent ⇒ ::String
187 188 189 190 |
# File 'proto_docs/google/iam/v2/policy.rb', line 187 class CreatePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Iam::V2::Policy
187 188 189 190 |
# File 'proto_docs/google/iam/v2/policy.rb', line 187 class CreatePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_id ⇒ ::String
187 188 189 190 |
# File 'proto_docs/google/iam/v2/policy.rb', line 187 class CreatePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |