Class: Google::Cloud::SecurityCenter::V2::ServiceAccountDelegationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::ServiceAccountDelegationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/access.rb
Overview
Identity delegation history of an authenticated service account.
Instance Attribute Summary collapse
-
#principal_email ⇒ ::String
The email address of a Google account.
-
#principal_subject ⇒ ::String
A string representing the principal_subject associated with the identity.
Instance Attribute Details
#principal_email ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/securitycenter/v2/access.rb', line 104 class ServiceAccountDelegationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#principal_subject ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/securitycenter/v2/access.rb', line 104 class ServiceAccountDelegationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |