Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.clone() |
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.set(String fieldName,
Object value) |
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.setFirstPartyPrincipal(FirstPartyPrincipal firstPartyPrincipal)
First party (Google) identity as the real authority.
|
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.setPrincipalSubject(String principalSubject)
A string representing the principal_subject associated with the identity.
|
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.setThirdPartyPrincipal(ThirdPartyPrincipal thirdPartyPrincipal)
Third party identity as the real authority.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceAccountDelegationInfo> |
AuthenticationInfo.getServiceAccountDelegationInfo()
Identity delegation history of an authenticated service account that makes the request.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
AuthenticationInfo.setServiceAccountDelegationInfo(List<ServiceAccountDelegationInfo> serviceAccountDelegationInfo)
Identity delegation history of an authenticated service account that makes the request.
|
Copyright © 2011–2024 Google. All rights reserved.