public sealed class SecurityCenterProperties : IMessage<Asset.Types.SecurityCenterProperties>, IEquatable<Asset.Types.SecurityCenterProperties>, IDeepCloneable<Asset.Types.SecurityCenterProperties>, IBufferMessage, IMessage
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Inheritance
System.Object > Asset.Types.SecurityCenterPropertiesImplements
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 |
System.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 |
System.String |
ResourceOwners
public RepeatedField<string> ResourceOwners { get; }
Owners of the Google Cloud resource.
Property Value | |
---|---|
Type | Description |
RepeatedField<System.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 |
System.String |
ResourceParentDisplayName
public string ResourceParentDisplayName { get; set; }
The user defined display name for the parent of this resource.
Property Value | |
---|---|
Type | Description |
System.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 |
System.String |
ResourceProjectDisplayName
public string ResourceProjectDisplayName { get; set; }
The user defined display name for the project of this resource.
Property Value | |
---|---|
Type | Description |
System.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 |
System.String |