1. Packages
  2. Google Cloud Native
  3. API Docs
  4. networksecurity
  5. networksecurity/v1beta1
  6. 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

google-native.networksecurity/v1beta1.getSecurityProfileGroup

Explore with Pulumi AI

google-native logo

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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:networksecurity/v1beta1:getSecurityProfileGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getSecurityProfileGroup Result

    The following output properties are available:

    CreateTime 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}.
    ThreatPreventionProfile string
    Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
    UpdateTime string
    Last resource update timestamp.
    CreateTime 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}.
    ThreatPreventionProfile string
    Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
    UpdateTime string
    Last resource update timestamp.
    createTime 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}.
    threatPreventionProfile String
    Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
    updateTime String
    Last resource update timestamp.
    createTime 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}.
    threatPreventionProfile string
    Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
    updateTime 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_profile str
    Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
    update_time str
    Last resource update timestamp.
    createTime 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}.
    threatPreventionProfile String
    Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
    updateTime String
    Last resource update timestamp.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    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