Security Center Management v1 API - Class SecurityHealthAnalyticsCustomModuleName (1.0.0)

public sealed class SecurityHealthAnalyticsCustomModuleName : IResourceName, IEquatable<SecurityHealthAnalyticsCustomModuleName>

Reference documentation and code samples for the Security Center Management v1 API class SecurityHealthAnalyticsCustomModuleName.

Resource name for the SecurityHealthAnalyticsCustomModule resource.

Inheritance

object > SecurityHealthAnalyticsCustomModuleName

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

SecurityHealthAnalyticsCustomModuleName(string, string, string)

public SecurityHealthAnalyticsCustomModuleName(string organizationId, string locationId, string securityHealthAnalyticsCustomModuleId)

Constructs a new instance of a SecurityHealthAnalyticsCustomModuleName class from the component parts of pattern organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}

Parameters
Name Description
organizationId string

The Organization ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Properties

FolderId

public string FolderId { get; }

The Folder 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
bool

LocationId

public string LocationId { get; }

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

Property Value
Type Description
string

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

ProjectId

public string ProjectId { get; }

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

Property Value
Type Description
string

SecurityHealthAnalyticsCustomModuleId

public string SecurityHealthAnalyticsCustomModuleId { get; }

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

Property Value
Type Description
string

Type

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

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

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

Property Value
Type Description
UnparsedResourceName

Methods

Format(string, string, string)

public static string Format(string organizationId, string locationId, string securityHealthAnalyticsCustomModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
organizationId string

The Organization ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

FormatFolderLocationSecurityHealthAnalyticsCustomModule(string, string, string)

public static string FormatFolderLocationSecurityHealthAnalyticsCustomModule(string folderId, string locationId, string securityHealthAnalyticsCustomModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
folderId string

The Folder ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

FormatOrganizationLocationSecurityHealthAnalyticsCustomModule(string, string, string)

public static string FormatOrganizationLocationSecurityHealthAnalyticsCustomModule(string organizationId, string locationId, string securityHealthAnalyticsCustomModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
organizationId string

The Organization ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

FormatProjectLocationSecurityHealthAnalyticsCustomModule(string, string, string)

public static string FormatProjectLocationSecurityHealthAnalyticsCustomModule(string projectId, string locationId, string securityHealthAnalyticsCustomModuleId)

Formats the IDs into the string representation of this SecurityHealthAnalyticsCustomModuleName with pattern projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

FromFolderLocationSecurityHealthAnalyticsCustomModule(string, string, string)

public static SecurityHealthAnalyticsCustomModuleName FromFolderLocationSecurityHealthAnalyticsCustomModule(string folderId, string locationId, string securityHealthAnalyticsCustomModuleId)

Creates a SecurityHealthAnalyticsCustomModuleName with the pattern folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
folderId string

The Folder ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName constructed from the provided ids.

FromOrganizationLocationSecurityHealthAnalyticsCustomModule(string, string, string)

public static SecurityHealthAnalyticsCustomModuleName FromOrganizationLocationSecurityHealthAnalyticsCustomModule(string organizationId, string locationId, string securityHealthAnalyticsCustomModuleId)

Creates a SecurityHealthAnalyticsCustomModuleName with the pattern organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
organizationId string

The Organization ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName constructed from the provided ids.

FromProjectLocationSecurityHealthAnalyticsCustomModule(string, string, string)

public static SecurityHealthAnalyticsCustomModuleName FromProjectLocationSecurityHealthAnalyticsCustomModule(string projectId, string locationId, string securityHealthAnalyticsCustomModuleId)

Creates a SecurityHealthAnalyticsCustomModuleName with the pattern projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module} .

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.

securityHealthAnalyticsCustomModuleId string

The SecurityHealthAnalyticsCustomModule ID. Must not be null or empty.

Returns
Type Description
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
Name Description
unparsedResourceName UnparsedResourceName

The unparsed resource name. Must not be null.

Returns
Type Description
SecurityHealthAnalyticsCustomModuleName

A new instance of SecurityHealthAnalyticsCustomModuleName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
Type Description
int
Overrides

Parse(string)

public static SecurityHealthAnalyticsCustomModuleName Parse(string securityHealthAnalyticsCustomModuleName)

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

Parameter
Name Description
securityHealthAnalyticsCustomModuleName string

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

Returns
Type Description
SecurityHealthAnalyticsCustomModuleName

The parsed SecurityHealthAnalyticsCustomModuleName if successful.

Remarks

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

  • organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_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
Name Description
securityHealthAnalyticsCustomModuleName string

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

allowUnparsed bool

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
Type Description
SecurityHealthAnalyticsCustomModuleName

The parsed SecurityHealthAnalyticsCustomModuleName if successful.

Remarks

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

  • organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_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
Type Description
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
Name Description
securityHealthAnalyticsCustomModuleName string

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

result SecurityHealthAnalyticsCustomModuleName

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

Returns
Type Description
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}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_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
Name Description
securityHealthAnalyticsCustomModuleName string

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

allowUnparsed bool

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.

result SecurityHealthAnalyticsCustomModuleName

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

Returns
Type Description
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}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
  • folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_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
Name Description
a SecurityHealthAnalyticsCustomModuleName

The first resource name to compare, or null.

b SecurityHealthAnalyticsCustomModuleName

The second resource name to compare, or null.

Returns
Type Description
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
Name Description
a SecurityHealthAnalyticsCustomModuleName

The first resource name to compare, or null.

b SecurityHealthAnalyticsCustomModuleName

The second resource name to compare, or null.

Returns
Type Description
bool

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