CertificateIssuerItem Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.CertificateIssuerItem

public class CertificateIssuerItem

The certificate issuer item containing certificate issuer metadata.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

String provider()

Get the provider value.

CertificateIssuerItem withId(String id)

Set the id value.

CertificateIssuerItem withProvider(String provider)

Set the provider value.

Method Details

id

public String id()

Get the id value.

Returns:

the id value

provider

public String provider()

Get the provider value.

Returns:

the provider value

withId

public CertificateIssuerItem withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the CertificateIssuerItem object itself.

withProvider

public CertificateIssuerItem withProvider(String provider)

Set the provider value.

Parameters:

provider - the provider value to set

Returns:

the CertificateIssuerItem object itself.

Applies to