public sealed class StoredInfoTypeName : IResourceName, IEquatable<StoredInfoTypeName>
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StoredInfoTypeName.
Resource name for the StoredInfoType
resource.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
StoredInfoTypeName(String, String)
public StoredInfoTypeName(string organizationId, string storedInfoTypeId)
Constructs a new instance of a StoredInfoTypeName class from the component parts of pattern
organizations/{organization}/storedInfoTypes/{stored_info_type}
Name | Description |
organizationId | String The |
storedInfoTypeId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Type | Description |
Boolean |
LocationId
public string LocationId { get; }
The Location
ID. May be null
, depending on which resource name is contained by this instance.
Type | Description |
String |
OrganizationId
public string OrganizationId { get; }
The Organization
ID. May be null
, depending on which resource name is contained by this
instance.
Type | Description |
String |
ProjectId
public string ProjectId { get; }
The Project
ID. May be null
, depending on which resource name is contained by this instance.
Type | Description |
String |
StoredInfoTypeId
public string StoredInfoTypeId { get; }
The StoredInfoType
ID. May be null
, depending on which resource name is contained by this
instance.
Type | Description |
String |
Type