Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.networksecurity/v1beta1.getSecurityProfileGroup
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single SecurityProfileGroup.
Using getSecurityProfileGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSecurityProfileGroup(args: GetSecurityProfileGroupArgs, opts?: InvokeOptions): Promise<GetSecurityProfileGroupResult>
function getSecurityProfileGroupOutput(args: GetSecurityProfileGroupOutputArgs, opts?: InvokeOptions): Output<GetSecurityProfileGroupResult>
def get_security_profile_group(location: Optional[str] = None,
organization_id: Optional[str] = None,
security_profile_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecurityProfileGroupResult
def get_security_profile_group_output(location: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
security_profile_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecurityProfileGroupResult]
func LookupSecurityProfileGroup(ctx *Context, args *LookupSecurityProfileGroupArgs, opts ...InvokeOption) (*LookupSecurityProfileGroupResult, error)
func LookupSecurityProfileGroupOutput(ctx *Context, args *LookupSecurityProfileGroupOutputArgs, opts ...InvokeOption) LookupSecurityProfileGroupResultOutput
> Note: This function is named LookupSecurityProfileGroup
in the Go SDK.
public static class GetSecurityProfileGroup
{
public static Task<GetSecurityProfileGroupResult> InvokeAsync(GetSecurityProfileGroupArgs args, InvokeOptions? opts = null)
public static Output<GetSecurityProfileGroupResult> Invoke(GetSecurityProfileGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSecurityProfileGroupResult> getSecurityProfileGroup(GetSecurityProfileGroupArgs args, InvokeOptions options)
public static Output<GetSecurityProfileGroupResult> getSecurityProfileGroup(GetSecurityProfileGroupArgs args, InvokeOptions options)
fn::invoke:
function: google-native:networksecurity/v1beta1:getSecurityProfileGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Organization
Id string - Security
Profile stringGroup Id
- Location string
- Organization
Id string - Security
Profile stringGroup Id
- location String
- organization
Id String - security
Profile StringGroup Id
- location string
- organization
Id string - security
Profile stringGroup Id
- location str
- organization_
id str - security_
profile_ strgroup_ id
- location String
- organization
Id String - security
Profile StringGroup Id
getSecurityProfileGroup Result
The following output properties are available:
- Create
Time string - Resource creation timestamp.
- Description string
- Optional. An optional description of the profile group. Max length 2048 characters.
- Etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- Labels Dictionary<string, string>
- Optional. Labels as key value pairs.
- Name string
- Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}
. - Threat
Prevention stringProfile - Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
- Update
Time string - Last resource update timestamp.
- Create
Time string - Resource creation timestamp.
- Description string
- Optional. An optional description of the profile group. Max length 2048 characters.
- Etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- Labels map[string]string
- Optional. Labels as key value pairs.
- Name string
- Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}
. - Threat
Prevention stringProfile - Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
- Update
Time string - Last resource update timestamp.
- create
Time String - Resource creation timestamp.
- description String
- Optional. An optional description of the profile group. Max length 2048 characters.
- etag String
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels Map<String,String>
- Optional. Labels as key value pairs.
- name String
- Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}
. - threat
Prevention StringProfile - Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
- update
Time String - Last resource update timestamp.
- create
Time string - Resource creation timestamp.
- description string
- Optional. An optional description of the profile group. Max length 2048 characters.
- etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels {[key: string]: string}
- Optional. Labels as key value pairs.
- name string
- Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}
. - threat
Prevention stringProfile - Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
- update
Time string - Last resource update timestamp.
- create_
time str - Resource creation timestamp.
- description str
- Optional. An optional description of the profile group. Max length 2048 characters.
- etag str
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels Mapping[str, str]
- Optional. Labels as key value pairs.
- name str
- Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}
. - threat_
prevention_ strprofile - Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
- update_
time str - Last resource update timestamp.
- create
Time String - Resource creation timestamp.
- description String
- Optional. An optional description of the profile group. Max length 2048 characters.
- etag String
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- labels Map<String>
- Optional. Labels as key value pairs.
- name String
- Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}
. - threat
Prevention StringProfile - Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
- update
Time String - Last resource update timestamp.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi