get Function Iam Policy
suspend fun getFunctionIamPolicy(argument: GetFunctionIamPolicyPlainArgs): GetFunctionIamPolicyResult
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Return
null
Parameters
argument
null
suspend fun getFunctionIamPolicy(functionId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetFunctionIamPolicyResult
Return
null
See also
Parameters
function Id
location
options Requested Policy Version
project
suspend fun getFunctionIamPolicy(argument: suspend GetFunctionIamPolicyPlainArgsBuilder.() -> Unit): GetFunctionIamPolicyResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.cloudfunctions.v2beta.kotlin.inputs.GetFunctionIamPolicyPlainArgs.