Class: Google::Cloud::OrgPolicy::V2::GetEffectivePolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb

Overview

The request sent to the [GetEffectivePolicy] [google.cloud.orgpolicy.v2.OrgPolicy.GetEffectivePolicy] method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The effective policy to compute. See Policy for naming requirements.

Returns:

  • (::String)

    Required. The effective policy to compute. See Policy for naming requirements.



292
293
294
295
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 292

class GetEffectivePolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end