Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::Principal.
Users/Service accounts which have access for DNS binding on the intranet VPC corresponding to the consumer project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service_account
def service_account() -> ::String
-
(::String) — The service account which needs to be granted the permission.
Note: The following fields are mutually exclusive:
service_account
,user
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#service_account=
def service_account=(value) -> ::String
-
value (::String) — The service account which needs to be granted the permission.
Note: The following fields are mutually exclusive:
service_account
,user
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The service account which needs to be granted the permission.
Note: The following fields are mutually exclusive:
service_account
,user
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user
def user() -> ::String
-
(::String) — The user who needs to be granted permission.
Note: The following fields are mutually exclusive:
user
,service_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user=
def user=(value) -> ::String
-
value (::String) — The user who needs to be granted permission.
Note: The following fields are mutually exclusive:
user
,service_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The user who needs to be granted permission.
Note: The following fields are mutually exclusive:
user
,service_account
. If a field in that set is populated, all other fields in the set will automatically be cleared.