Google Cloud Security Command Center v1 API - Class SecurityHealthAnalyticsCustomModuleName (3.20.0)

public sealed class SecurityHealthAnalyticsCustomModuleName : IResourceName, IEquatable<SecurityHealthAnalyticsCustomModuleName>

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SecurityHealthAnalyticsCustomModuleName.

Resource name for the SecurityHealthAnalyticsCustomModule resource.

Inheritance

object > SecurityHealthAnalyticsCustomModuleName

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

SecurityHealthAnalyticsCustomModuleName(string, string)

public SecurityHealthAnalyticsCustomModuleName(string organizationId, string customModuleId)

Constructs a new instance of a SecurityHealthAnalyticsCustomModuleName class from the component parts of pattern organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Properties

CustomModuleId

public string CustomModuleId { get; }

The CustomModule ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

FolderId

public string FolderId { get; }

The Folder ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

OrganizationId

public string OrganizationId { get; }

The Organization ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

Type

public SecurityHealthAnalyticsCustomModuleName.ResourceNameType Type { get; }
Property Value
TypeDescription
SecurityHealthAnalyticsCustomModuleNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(string, string)

public static string Format(string organizationId, string customModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module} .

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}.

FormatFolderCustomModule(string, string)

public static string FormatFolderCustomModule(string folderId, string customModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}.

Parameters
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}.

FormatOrganizationCustomModule(string, string)

public static string FormatOrganizationCustomModule(string organizationId, string customModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module} .

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}.

FormatProjectCustomModule(string, string)

public static string FormatProjectCustomModule(string projectId, string customModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}.

FromFolderCustomModule(string, string)

public static SecurityHealthAnalyticsCustomModuleName FromFolderCustomModule(string folderId, string customModuleId)

Creates a SecurityHealthAnalyticsCustomModuleName with the pattern folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}.

Parameters
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName constructed from the provided ids.

FromOrganizationCustomModule(string, string)

public static SecurityHealthAnalyticsCustomModuleName FromOrganizationCustomModule(string organizationId, string customModuleId)

Creates a SecurityHealthAnalyticsCustomModuleName with the pattern organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}.

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName constructed from the provided ids.

FromProjectCustomModule(string, string)

public static SecurityHealthAnalyticsCustomModuleName FromProjectCustomModule(string projectId, string customModuleId)

Creates a SecurityHealthAnalyticsCustomModuleName with the pattern projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

customModuleIdstring

The CustomModule ID. Must not be null or empty.

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static SecurityHealthAnalyticsCustomModuleName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a SecurityHealthAnalyticsCustomModuleName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static SecurityHealthAnalyticsCustomModuleName Parse(string securityHealthAnalyticsCustomModuleName)

Parses the given resource name string into a new SecurityHealthAnalyticsCustomModuleName instance.

Parameter
NameDescription
securityHealthAnalyticsCustomModuleNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleName

The parsed SecurityHealthAnalyticsCustomModuleName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}

Parse(string, bool)

public static SecurityHealthAnalyticsCustomModuleName Parse(string securityHealthAnalyticsCustomModuleName, bool allowUnparsed)

Parses the given resource name string into a new SecurityHealthAnalyticsCustomModuleName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
securityHealthAnalyticsCustomModuleNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleName

The parsed SecurityHealthAnalyticsCustomModuleName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

TryParse(string, out SecurityHealthAnalyticsCustomModuleName)

public static bool TryParse(string securityHealthAnalyticsCustomModuleName, out SecurityHealthAnalyticsCustomModuleName result)

Tries to parse the given resource name string into a new SecurityHealthAnalyticsCustomModuleName instance.

Parameters
NameDescription
securityHealthAnalyticsCustomModuleNamestring

The resource name in string form. Must not be null.

resultSecurityHealthAnalyticsCustomModuleName

When this method returns, the parsed SecurityHealthAnalyticsCustomModuleName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}

TryParse(string, bool, out SecurityHealthAnalyticsCustomModuleName)

public static bool TryParse(string securityHealthAnalyticsCustomModuleName, bool allowUnparsed, out SecurityHealthAnalyticsCustomModuleName result)

Tries to parse the given resource name string into a new SecurityHealthAnalyticsCustomModuleName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
securityHealthAnalyticsCustomModuleNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultSecurityHealthAnalyticsCustomModuleName

When this method returns, the parsed SecurityHealthAnalyticsCustomModuleName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}
  • projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(SecurityHealthAnalyticsCustomModuleName, SecurityHealthAnalyticsCustomModuleName)

public static bool operator ==(SecurityHealthAnalyticsCustomModuleName a, SecurityHealthAnalyticsCustomModuleName b)

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aSecurityHealthAnalyticsCustomModuleName

The first resource name to compare, or null.

bSecurityHealthAnalyticsCustomModuleName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(SecurityHealthAnalyticsCustomModuleName, SecurityHealthAnalyticsCustomModuleName)

public static bool operator !=(SecurityHealthAnalyticsCustomModuleName a, SecurityHealthAnalyticsCustomModuleName b)

Determines whether two specified resource names have different values.

Parameters
NameDescription
aSecurityHealthAnalyticsCustomModuleName

The first resource name to compare, or null.

bSecurityHealthAnalyticsCustomModuleName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is different from the value of b; otherwise, false.