Class GetProjectServiceAccountResult


  • public final class GetProjectServiceAccountResult
    extends java.lang.Object
    • Method Detail

      • emailAddress

        public java.lang.String emailAddress()
        Returns:
        The email address of the service account. This value is often used to refer to the service account in order to grant IAM permissions.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • member

        public java.lang.String member()
        Returns:
        The Identity of the service account in the form `serviceAccount:{email_address}`. This value is often used to refer to the service account in order to grant IAM permissions.
      • project

        public java.lang.String project()
      • userProject

        public java.util.Optional<java.lang.String> userProject()