public sealed class EffectiveEventThreatDetectionCustomModuleName : IResourceName, IEquatable<EffectiveEventThreatDetectionCustomModuleName>
Reference documentation and code samples for the Security Center Management v1 API class EffectiveEventThreatDetectionCustomModuleName.
Resource name for the EffectiveEventThreatDetectionCustomModule
resource.
Namespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
EffectiveEventThreatDetectionCustomModuleName(string, string, string)
public EffectiveEventThreatDetectionCustomModuleName(string organizationId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Constructs a new instance of a EffectiveEventThreatDetectionCustomModuleName class from the
component parts of pattern
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Properties
EffectiveEventThreatDetectionCustomModuleId
public string EffectiveEventThreatDetectionCustomModuleId { get; }
The EffectiveEventThreatDetectionCustomModule
ID. May be null
, depending on which resource
name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
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 |
Type
public EffectiveEventThreatDetectionCustomModuleName.ResourceNameType Type { get; }
The EffectiveEventThreatDetectionCustomModuleName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleNameResourceNameType |
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 effectiveEventThreatDetectionCustomModuleId)
Formats the IDs into the string representation of this
EffectiveEventThreatDetectionCustomModuleName with pattern
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this EffectiveEventThreatDetectionCustomModuleName with pattern
|
FormatFolderLocationEffectiveEventThreatDetectionCustomModule(string, string, string)
public static string FormatFolderLocationEffectiveEventThreatDetectionCustomModule(string folderId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Formats the IDs into the string representation of this
EffectiveEventThreatDetectionCustomModuleName with pattern
folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
folderId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this EffectiveEventThreatDetectionCustomModuleName with pattern
|
FormatOrganizationLocationEffectiveEventThreatDetectionCustomModule(string, string, string)
public static string FormatOrganizationLocationEffectiveEventThreatDetectionCustomModule(string organizationId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Formats the IDs into the string representation of this
EffectiveEventThreatDetectionCustomModuleName with pattern
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this EffectiveEventThreatDetectionCustomModuleName with pattern
|
FormatProjectLocationEffectiveEventThreatDetectionCustomModule(string, string, string)
public static string FormatProjectLocationEffectiveEventThreatDetectionCustomModule(string projectId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Formats the IDs into the string representation of this
EffectiveEventThreatDetectionCustomModuleName with pattern
projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this EffectiveEventThreatDetectionCustomModuleName with pattern
|
FromFolderLocationEffectiveEventThreatDetectionCustomModule(string, string, string)
public static EffectiveEventThreatDetectionCustomModuleName FromFolderLocationEffectiveEventThreatDetectionCustomModule(string folderId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Creates a EffectiveEventThreatDetectionCustomModuleName with the pattern
folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
folderId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleName |
A new instance of EffectiveEventThreatDetectionCustomModuleName constructed from the provided ids. |
FromOrganizationLocationEffectiveEventThreatDetectionCustomModule(string, string, string)
public static EffectiveEventThreatDetectionCustomModuleName FromOrganizationLocationEffectiveEventThreatDetectionCustomModule(string organizationId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Creates a EffectiveEventThreatDetectionCustomModuleName with the pattern
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleName |
A new instance of EffectiveEventThreatDetectionCustomModuleName constructed from the provided ids. |
FromProjectLocationEffectiveEventThreatDetectionCustomModule(string, string, string)
public static EffectiveEventThreatDetectionCustomModuleName FromProjectLocationEffectiveEventThreatDetectionCustomModule(string projectId, string locationId, string effectiveEventThreatDetectionCustomModuleId)
Creates a EffectiveEventThreatDetectionCustomModuleName with the pattern
projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
effectiveEventThreatDetectionCustomModuleId |
string The |
Returns | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleName |
A new instance of EffectiveEventThreatDetectionCustomModuleName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static EffectiveEventThreatDetectionCustomModuleName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a EffectiveEventThreatDetectionCustomModuleName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleName |
A new instance of EffectiveEventThreatDetectionCustomModuleName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static EffectiveEventThreatDetectionCustomModuleName Parse(string effectiveEventThreatDetectionCustomModuleName)
Parses the given resource name string into a new EffectiveEventThreatDetectionCustomModuleName instance.
Parameter | |
---|---|
Name | Description |
effectiveEventThreatDetectionCustomModuleName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleName |
The parsed EffectiveEventThreatDetectionCustomModuleName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
Parse(string, bool)
public static EffectiveEventThreatDetectionCustomModuleName Parse(string effectiveEventThreatDetectionCustomModuleName, bool allowUnparsed)
Parses the given resource name string into a new EffectiveEventThreatDetectionCustomModuleName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
effectiveEventThreatDetectionCustomModuleName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
EffectiveEventThreatDetectionCustomModuleName |
The parsed EffectiveEventThreatDetectionCustomModuleName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_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 EffectiveEventThreatDetectionCustomModuleName)
public static bool TryParse(string effectiveEventThreatDetectionCustomModuleName, out EffectiveEventThreatDetectionCustomModuleName result)
Tries to parse the given resource name string into a new EffectiveEventThreatDetectionCustomModuleName instance.
Parameters | |
---|---|
Name | Description |
effectiveEventThreatDetectionCustomModuleName |
string The resource name in string form. Must not be |
result |
EffectiveEventThreatDetectionCustomModuleName When this method returns, the parsed EffectiveEventThreatDetectionCustomModuleName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
TryParse(string, bool, out EffectiveEventThreatDetectionCustomModuleName)
public static bool TryParse(string effectiveEventThreatDetectionCustomModuleName, bool allowUnparsed, out EffectiveEventThreatDetectionCustomModuleName result)
Tries to parse the given resource name string into a new EffectiveEventThreatDetectionCustomModuleName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
effectiveEventThreatDetectionCustomModuleName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
EffectiveEventThreatDetectionCustomModuleName When this method returns, the parsed EffectiveEventThreatDetectionCustomModuleName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
projects/{project}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
folders/{folder}/locations/{location}/effectiveEventThreatDetectionCustomModules/{effective_event_threat_detection_custom_module}
allowUnparsed
is true
.
Operators
operator ==(EffectiveEventThreatDetectionCustomModuleName, EffectiveEventThreatDetectionCustomModuleName)
public static bool operator ==(EffectiveEventThreatDetectionCustomModuleName a, EffectiveEventThreatDetectionCustomModuleName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
EffectiveEventThreatDetectionCustomModuleName The first resource name to compare, or null. |
b |
EffectiveEventThreatDetectionCustomModuleName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(EffectiveEventThreatDetectionCustomModuleName, EffectiveEventThreatDetectionCustomModuleName)
public static bool operator !=(EffectiveEventThreatDetectionCustomModuleName a, EffectiveEventThreatDetectionCustomModuleName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
EffectiveEventThreatDetectionCustomModuleName The first resource name to compare, or null. |
b |
EffectiveEventThreatDetectionCustomModuleName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |