public sealed class GetSecurityProfileRequest : IMessage<GetSecurityProfileRequest>, IEquatable<GetSecurityProfileRequest>, IDeepCloneable<GetSecurityProfileRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class GetSecurityProfileRequest.
Request used by the GetSecurityProfile method.
Implements
IMessageGetSecurityProfileRequest, IEquatableGetSecurityProfileRequest, IDeepCloneableGetSecurityProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
GetSecurityProfileRequest()
public GetSecurityProfileRequest()GetSecurityProfileRequest(GetSecurityProfileRequest)
public GetSecurityProfileRequest(GetSecurityProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSecurityProfileRequest |
Properties
Name
public string Name { get; set; }Required. A name of the SecurityProfile to get. Must be in the format
projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecurityProfileName
public SecurityProfileName SecurityProfileName { get; set; }SecurityProfileName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecurityProfileName |
|