Cloud Security Compliance v1 API - Class CreateFrameworkRequest (1.0.0-beta04)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class CreateFrameworkRequest : IMessage<CreateFrameworkRequest>, IEquatable<CreateFrameworkRequest>, IDeepCloneable<CreateFrameworkRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class CreateFrameworkRequest.
The request message for [CreateFramework][].
Implements
IMessage CreateFrameworkRequest, IEquatable CreateFrameworkRequest, IDeepCloneable CreateFrameworkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
CreateFrameworkRequest()
public CreateFrameworkRequest()CreateFrameworkRequest(CreateFrameworkRequest)
public CreateFrameworkRequest(CreateFrameworkRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFrameworkRequest |
Properties
Framework
public Framework Framework { get; set; }Required. The resource being created.
| Property Value | |
|---|---|
| Type | Description |
Framework |
|
FrameworkId
public string FrameworkId { get; set; }Required. The identifier (ID) of the framework. The ID is not the full name of the framework; it's the last part of the full name of the framework.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource name, in the format
organizations/{organization}/locations/{location}.
The only supported location is 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 |
|