public sealed class SecurityMarksName : IResourceName, IEquatable<SecurityMarksName>
Resource name for the SecurityMarks
resource.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
SecurityMarksName(String, String)
public SecurityMarksName(string organizationId, string assetId)
Constructs a new instance of a SecurityMarksName class from the component parts of pattern
organizations/{organization}/assets/{asset}/securityMarks
Parameters | |
---|---|
Name | Description |
organizationId | String The |
assetId | String The |
Properties
AssetId
public string AssetId { get; }
The Asset
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
FindingId
public string FindingId { get; }
The Finding
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 |
OrganizationId
public string OrganizationId { get; }
The Organization
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
String |
SourceId
public string SourceId { get; }
The Source
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
Type
public SecurityMarksName.ResourceNameType Type { get; }
The SecurityMarksName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
SecurityMarksName.ResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained Google.Api.Gax.UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.UnparsedResourceName |
Methods
Format(String, String)
public static string Format(string organizationId, string assetId)
Formats the IDs into the string representation of this SecurityMarksName with pattern
organizations/{organization}/assets/{asset}/securityMarks
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
assetId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this SecurityMarksName with pattern
|
FormatOrganizationAsset(String, String)
public static string FormatOrganizationAsset(string organizationId, string assetId)
Formats the IDs into the string representation of this SecurityMarksName with pattern
organizations/{organization}/assets/{asset}/securityMarks
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
assetId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this SecurityMarksName with pattern
|
FormatOrganizationSourceFinding(String, String, String)
public static string FormatOrganizationSourceFinding(string organizationId, string sourceId, string findingId)
Formats the IDs into the string representation of this SecurityMarksName with pattern
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
sourceId | String The |
findingId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this SecurityMarksName with pattern
|
FromOrganizationAsset(String, String)
public static SecurityMarksName FromOrganizationAsset(string organizationId, string assetId)
Creates a SecurityMarksName with the pattern
organizations/{organization}/assets/{asset}/securityMarks
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
assetId | String The |
Returns | |
---|---|
Type | Description |
SecurityMarksName | A new instance of SecurityMarksName constructed from the provided ids. |
FromOrganizationSourceFinding(String, String, String)
public static SecurityMarksName FromOrganizationSourceFinding(string organizationId, string sourceId, string findingId)
Creates a SecurityMarksName with the pattern
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
sourceId | String The |
findingId | String The |
Returns | |
---|---|
Type | Description |
SecurityMarksName | A new instance of SecurityMarksName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static SecurityMarksName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a SecurityMarksName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | Google.Api.Gax.UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
SecurityMarksName | A new instance of SecurityMarksName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static SecurityMarksName Parse(string securityMarksName)
Parses the given resource name string into a new SecurityMarksName instance.
Parameter | |
---|---|
Name | Description |
securityMarksName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
SecurityMarksName | The parsed SecurityMarksName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/assets/{asset}/securityMarks
-
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
Parse(String, Boolean)
public static SecurityMarksName Parse(string securityMarksName, bool allowUnparsed)
Parses the given resource name string into a new SecurityMarksName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
securityMarksName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
SecurityMarksName | The parsed SecurityMarksName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/assets/{asset}/securityMarks
-
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
String | The string representation of the resource name. |
TryParse(String, out SecurityMarksName)
public static bool TryParse(string securityMarksName, out SecurityMarksName result)
Tries to parse the given resource name string into a new SecurityMarksName instance.
Parameters | |
---|---|
Name | Description |
securityMarksName | String The resource name in string form. Must not be |
result | SecurityMarksName When this method returns, the parsed SecurityMarksName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/assets/{asset}/securityMarks
-
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
TryParse(String, Boolean, out SecurityMarksName)
public static bool TryParse(string securityMarksName, bool allowUnparsed, out SecurityMarksName result)
Tries to parse the given resource name string into a new SecurityMarksName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
securityMarksName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | SecurityMarksName When this method returns, the parsed SecurityMarksName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/assets/{asset}/securityMarks
-
organizations/{organization}/sources/{source}/findings/{finding}/securityMarks
allowUnparsed
is true
.
Operators
Equality(SecurityMarksName, SecurityMarksName)
public static bool operator ==(SecurityMarksName a, SecurityMarksName b)
Parameters | |
---|---|
Name | Description |
a | SecurityMarksName |
b | SecurityMarksName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(SecurityMarksName, SecurityMarksName)
public static bool operator !=(SecurityMarksName a, SecurityMarksName b)
Parameters | |
---|---|
Name | Description |
a | SecurityMarksName |
b | SecurityMarksName |
Returns | |
---|---|
Type | Description |
Boolean |