public sealed class SecurityCenterProperties : IMessage<Asset.Types.SecurityCenterProperties>, IEquatable<Asset.Types.SecurityCenterProperties>, IDeepCloneable<Asset.Types.SecurityCenterProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Asset.Types.SecurityCenterProperties.
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Implements
IMessage<Asset.Types.SecurityCenterProperties>, IEquatable<Asset.Types.SecurityCenterProperties>, IDeepCloneable<Asset.Types.SecurityCenterProperties>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
SecurityCenterProperties()
public SecurityCenterProperties()
SecurityCenterProperties(Asset.Types.SecurityCenterProperties)
public SecurityCenterProperties(Asset.Types.SecurityCenterProperties other)
Parameter | |
---|---|
Name | Description |
other | Asset.Types.SecurityCenterProperties |
Properties
Folders
public RepeatedField<Folder> Folders { get; }
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
Property Value | |
---|---|
Type | Description |
RepeatedField<Folder> |
ResourceDisplayName
public string ResourceDisplayName { get; set; }
The user defined display name for this resource.
Property Value | |
---|---|
Type | Description |
String |
ResourceName
public string ResourceName { get; set; }
The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Property Value | |
---|---|
Type | Description |
String |
ResourceOwners
public RepeatedField<string> ResourceOwners { get; }
Owners of the Google Cloud resource.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
ResourceParent
public string ResourceParent { get; set; }
The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Property Value | |
---|---|
Type | Description |
String |
ResourceParentDisplayName
public string ResourceParentDisplayName { get; set; }
The user defined display name for the parent of this resource.
Property Value | |
---|---|
Type | Description |
String |
ResourceProject
public string ResourceProject { get; set; }
The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Property Value | |
---|---|
Type | Description |
String |
ResourceProjectDisplayName
public string ResourceProjectDisplayName { get; set; }
The user defined display name for the project of this resource.
Property Value | |
---|---|
Type | Description |
String |
ResourceType
public string ResourceType { get; set; }
The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.
Property Value | |
---|---|
Type | Description |
String |