Class SiteSpnPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.offazure.outputs.SiteSpnPropertiesResponse
-
public final class SiteSpnPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SiteSpnPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
aadAuthority()
java.util.Optional<java.lang.String>
applicationId()
java.util.Optional<java.lang.String>
audience()
static SiteSpnPropertiesResponse.Builder
builder()
static SiteSpnPropertiesResponse.Builder
builder(SiteSpnPropertiesResponse defaults)
java.util.Optional<java.lang.String>
objectId()
java.util.Optional<java.lang.String>
rawCertData()
java.util.Optional<java.lang.String>
tenantId()
-
-
-
Method Detail
-
aadAuthority
public java.util.Optional<java.lang.String> aadAuthority()
- Returns:
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
-
applicationId
public java.util.Optional<java.lang.String> applicationId()
- Returns:
- Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
-
audience
public java.util.Optional<java.lang.String> audience()
- Returns:
- Gets or sets the intended audience for the service principal.
-
objectId
public java.util.Optional<java.lang.String> objectId()
- Returns:
- Gets or sets the object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
-
rawCertData
public java.util.Optional<java.lang.String> rawCertData()
- Returns:
- Gets or sets the raw certificate data for building certificate expiry flows.
-
tenantId
public java.util.Optional<java.lang.String> tenantId()
- Returns:
- Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
-
builder
public static SiteSpnPropertiesResponse.Builder builder()
-
builder
public static SiteSpnPropertiesResponse.Builder builder(SiteSpnPropertiesResponse defaults)
-
-