Class: Google::Cloud::PolicySimulator::V1::CreateOrgPolicyViolationsPreviewRequest

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

Overview

CreateOrgPolicyViolationsPreviewRequest is the request message for OrgPolicyViolationsPreviewService.CreateOrgPolicyViolationsPreview.

Instance Attribute Summary collapse

Instance Attribute Details

#org_policy_violations_preview::Google::Cloud::PolicySimulator::V1::OrgPolicyViolationsPreview

Returns Required. The OrgPolicyViolationsPreview to generate.



308
309
310
311
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 308

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

#org_policy_violations_preview_id::String

Returns Optional. An optional user-specified ID for the OrgPolicyViolationsPreview. If not provided, a random ID will be generated.

Returns:

  • (::String)

    Optional. An optional user-specified ID for the OrgPolicyViolationsPreview. If not provided, a random ID will be generated.



308
309
310
311
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 308

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

#parent::String

Returns Required. The organization under which this OrgPolicyViolationsPreview will be created.

Example: organizations/my-example-org/locations/global.

Returns:

  • (::String)

    Required. The organization under which this OrgPolicyViolationsPreview will be created.

    Example: organizations/my-example-org/locations/global



308
309
310
311
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 308

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