Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
AuthenticationInfo.clone() |
AuthenticationInfo |
AuditLog.getAuthenticationInfo()
Authentication information.
|
AuthenticationInfo |
AuthenticationInfo.set(String fieldName,
Object value) |
AuthenticationInfo |
AuthenticationInfo.setAuthoritySelector(String authoritySelector)
The authority selector specified by the requestor, if any.
|
AuthenticationInfo |
AuthenticationInfo.setPrincipalEmail(String principalEmail)
The email address of the authenticated user (or service account on behalf of third party
principal) making the request.
|
AuthenticationInfo |
AuthenticationInfo.setPrincipalSubject(String principalSubject)
String representation of identity of requesting party.
|
AuthenticationInfo |
AuthenticationInfo.setServiceAccountDelegationInfo(List<ServiceAccountDelegationInfo> serviceAccountDelegationInfo)
Identity delegation history of an authenticated service account that makes the request.
|
AuthenticationInfo |
AuthenticationInfo.setServiceAccountKeyName(String serviceAccountKeyName)
The name of the service account key used to create or exchange credentials for authenticating
the service account making the request.
|
AuthenticationInfo |
AuthenticationInfo.setServiceDelegationHistory(ServiceDelegationHistory serviceDelegationHistory)
Records the history of delegated resource access across Google services.
|
AuthenticationInfo |
AuthenticationInfo.setThirdPartyPrincipal(Map<String,Object> thirdPartyPrincipal)
The third party identification (if any) of the authenticated user making the request.
|
Modifier and Type | Method and Description |
---|---|
AuditLog |
AuditLog.setAuthenticationInfo(AuthenticationInfo authenticationInfo)
Authentication information.
|
Copyright © 2011–2024 Google. All rights reserved.