PartnerClientAuthentication Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PartnerClientAuthentication
- com.
Implements
public class PartnerClientAuthentication
implements JsonSerializable<PartnerClientAuthentication>
Partner client authentication.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerClientAuthentication() |
Creates an instance of Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Partner |
clientAuthenticationType()
Get the client |
|
static
Partner |
fromJson(JsonReader jsonReader)
Reads an instance of Partner |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
PartnerClientAuthentication
public PartnerClientAuthentication()
Creates an instance of PartnerClientAuthentication class.
Method Details
clientAuthenticationType
public PartnerClientAuthenticationType clientAuthenticationType()
Get the clientAuthenticationType property: Type of client authentication.
Returns:
fromJson
public static PartnerClientAuthentication fromJson(JsonReader jsonReader)
Reads an instance of PartnerClientAuthentication from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.