public sealed class DeidentifyTemplateName : IResourceName, IEquatable<DeidentifyTemplateName>
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyTemplateName.
Resource name for the DeidentifyTemplate
resource.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyTemplateName(String, String)
public DeidentifyTemplateName(string organizationId, string deidentifyTemplateId)
Constructs a new instance of a DeidentifyTemplateName class from the component parts of
pattern organizations/{organization}/deidentifyTemplates/{deidentify_template}
Parameters | |
---|---|
Name | Description |
organizationId | String The |
deidentifyTemplateId | String The |
Properties
DeidentifyTemplateId
public string DeidentifyTemplateId { get; }
The DeidentifyTemplate
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
String |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |