Class: Google::Cloud::PolicySimulator::V1::CreateOrgPolicyViolationsPreviewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PolicySimulator::V1::CreateOrgPolicyViolationsPreviewRequest
- 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
-
#org_policy_violations_preview ⇒ ::Google::Cloud::PolicySimulator::V1::OrgPolicyViolationsPreview
Required.
-
#org_policy_violations_preview_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
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.
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.
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 |