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.
Namespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
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; }
The SecurityHealthAnalyticsCustomModuleName.ResourceNameType of the contained resource name.
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern
|
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern
|
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern
|
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this SecurityHealthAnalyticsCustomModuleName with pattern
|
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
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 |
locationId |
string The |
securityHealthAnalyticsCustomModuleId |
string The |
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 |
Returns | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModuleName |
A new instance of SecurityHealthAnalyticsCustomModuleName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
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 |
Returns | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModuleName |
The parsed SecurityHealthAnalyticsCustomModuleName if successful. |
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 |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModuleName |
The parsed SecurityHealthAnalyticsCustomModuleName if successful. |
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}
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 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 |
result |
SecurityHealthAnalyticsCustomModuleName When this method returns, the parsed SecurityHealthAnalyticsCustomModuleName, or |
Returns | |
---|---|
Type | Description |
bool |
|
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 |
allowUnparsed |
bool If |
result |
SecurityHealthAnalyticsCustomModuleName When this method returns, the parsed SecurityHealthAnalyticsCustomModuleName, or |
Returns | |
---|---|
Type | Description |
bool |
|
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}
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 |
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 |