FederatedIdentityCredentialProperties Class
- java.
lang. Object - com.
azure. resourcemanager. msi. fluent. models. FederatedIdentityCredentialProperties
- com.
Implements
public final class FederatedIdentityCredentialProperties
implements JsonSerializable<FederatedIdentityCredentialProperties>
Federated identity credential properties. The properties associated with a federated identity credential.
Constructor | Description |
---|---|
Federated |
Creates an instance of Federated |
Modifier and Type | Method and Description |
---|---|
List<String> |
audiences()
Get the audiences property: The list of audiences that can appear in the issued token. |
static
Federated |
from Reads an instance of Federated |
String |
issuer()
Get the issuer property: The URL of the issuer to be trusted. |
String |
subject()
Get the subject property: The identifier of the external identity. |
Json |
to |
void |
validate()
Validates the instance. |
Federated |
with Set the audiences property: The list of audiences that can appear in the issued token. |
Federated |
with Set the issuer property: The URL of the issuer to be trusted. |
Federated |
with Set the subject property: The identifier of the external identity. |
Methods inherited from java.lang.Object
FederatedIdentityCredentialProperties
public FederatedIdentityCredentialProperties()
Creates an instance of FederatedIdentityCredentialProperties class.
audiences
public List
Get the audiences property: The list of audiences that can appear in the issued token.
Returns:
fromJson
public static FederatedIdentityCredentialProperties fromJson(JsonReader jsonReader)
Reads an instance of FederatedIdentityCredentialProperties from the JsonReader.
Parameters:
Returns:
Throws:
issuer
public String issuer()
Get the issuer property: The URL of the issuer to be trusted.
Returns:
subject
public String subject()
Get the subject property: The identifier of the external identity.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAudiences
public FederatedIdentityCredentialProperties withAudiences(List
Set the audiences property: The list of audiences that can appear in the issued token.
Parameters:
Returns:
withIssuer
public FederatedIdentityCredentialProperties withIssuer(String issuer)
Set the issuer property: The URL of the issuer to be trusted.
Parameters:
Returns:
withSubject
public FederatedIdentityCredentialProperties withSubject(String subject)
Set the subject property: The identifier of the external identity.
Parameters:
Returns:
Azure SDK for Java geri bildirimi
Azure SDK for Java, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: