public sealed class CreateOrgPolicyViolationsPreviewRequest : IMessage<CreateOrgPolicyViolationsPreviewRequest>, IEquatable<CreateOrgPolicyViolationsPreviewRequest>, IDeepCloneable<CreateOrgPolicyViolationsPreviewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Simulator v1 API class CreateOrgPolicyViolationsPreviewRequest.
CreateOrgPolicyViolationsPreviewRequest is the request message for [OrgPolicyViolationsPreviewService.CreateOrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreviewService.CreateOrgPolicyViolationsPreview].
Implements
IMessageCreateOrgPolicyViolationsPreviewRequest, IEquatableCreateOrgPolicyViolationsPreviewRequest, IDeepCloneableCreateOrgPolicyViolationsPreviewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Constructors
CreateOrgPolicyViolationsPreviewRequest()
public CreateOrgPolicyViolationsPreviewRequest()
CreateOrgPolicyViolationsPreviewRequest(CreateOrgPolicyViolationsPreviewRequest)
public CreateOrgPolicyViolationsPreviewRequest(CreateOrgPolicyViolationsPreviewRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateOrgPolicyViolationsPreviewRequest |
Properties
OrgPolicyViolationsPreview
public OrgPolicyViolationsPreview OrgPolicyViolationsPreview { get; set; }
Required. The [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview] to generate.
Property Value | |
---|---|
Type | Description |
OrgPolicyViolationsPreview |
OrgPolicyViolationsPreviewId
public string OrgPolicyViolationsPreviewId { get; set; }
Optional. An optional user-specified ID for the [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview]. If not provided, a random ID will be generated.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The organization under which this [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview] will be created.
Example: organizations/my-example-org/locations/global
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }
OrganizationLocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationLocationName |