serviceAccountDelegationInfo property

List<ServiceAccountDelegationInfo>? serviceAccountDelegationInfo
getter/setter pair

The identity delegation history of an authenticated service account that made the request.

The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

Implementation

core.List<ServiceAccountDelegationInfo>? serviceAccountDelegationInfo;