get Service Account Iam Policy
suspend fun getServiceAccountIamPolicy(argument: GetServiceAccountIamPolicyPlainArgs): GetServiceAccountIamPolicyResult
Gets the IAM policy that is attached to a ServiceAccount. This IAM policy specifies which principals have access to the service account. This method does not tell you whether the service account has been granted any roles on other resources. To check whether a service account has role grants on a resource, use the getIamPolicy
method for that resource. For example, to view the role grants for a project, call the Resource Manager API's projects.getIamPolicy
method.
Return
null
Parameters
argument
null
suspend fun getServiceAccountIamPolicy(optionsRequestedPolicyVersion: Int? = null, project: String? = null, serviceAccountId: String): GetServiceAccountIamPolicyResult
Return
null
Parameters
options Requested Policy Version
project
service Account Id
See also
suspend fun getServiceAccountIamPolicy(argument: suspend GetServiceAccountIamPolicyPlainArgsBuilder.() -> Unit): GetServiceAccountIamPolicyResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.iam.v1.kotlin.inputs.GetServiceAccountIamPolicyPlainArgs.