ServicePrincipalCredential |
ServicePrincipalCredential.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the Credential.
|
ServicePrincipalCredential |
ServicePrincipalCredential.withDescription(String description) |
Set the description property: Credential description.
|
ServicePrincipalCredential |
ServicePrincipalCredential.withServicePrincipalId(Object servicePrincipalId) |
Set the servicePrincipalId property: The app ID of the service principal used to authenticate.
|
ServicePrincipalCredential |
ServicePrincipalCredential.withServicePrincipalKey(AzureKeyVaultSecretReference servicePrincipalKey) |
Set the servicePrincipalKey property: The key of the service principal used to authenticate.
|
ServicePrincipalCredential |
ServicePrincipalCredential.withTenant(Object tenant) |
Set the tenant property: The ID of the tenant to which the service principal belongs.
|