getAddressGroupIamPolicy

Retrieves the current IAM policy data for projectaddressgroup

Return

A collection of values returned by getAddressGroupIamPolicy.

Parameters

argument

A collection of arguments for invoking getAddressGroupIamPolicy.


suspend fun getAddressGroupIamPolicy(location: String? = null, name: String, project: String? = null): GetAddressGroupIamPolicyResult

Return

A collection of values returned by getAddressGroupIamPolicy.

Parameters

location

The location of the gateway security policy. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.

name

Used to find the parent resource to bind the IAM policy to

project

The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.

See also


Return

A collection of values returned by getAddressGroupIamPolicy.

Parameters

argument

Builder for com.pulumi.gcp.networksecurity.kotlin.inputs.GetAddressGroupIamPolicyPlainArgs.

See also