Class AuthPlatformResponse
- java.lang.Object
-
- com.pulumi.azurenative.app.outputs.AuthPlatformResponse
-
public final class AuthPlatformResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthPlatformResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthPlatformResponse.Builder
builder()
static AuthPlatformResponse.Builder
builder(AuthPlatformResponse defaults)
java.util.Optional<java.lang.Boolean>
enabled()
java.util.Optional<java.lang.String>
runtimeVersion()
-
-
-
Method Detail
-
enabled
public java.util.Optional<java.lang.Boolean> enabled()
- Returns:
- <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
-
runtimeVersion
public java.util.Optional<java.lang.String> runtimeVersion()
- Returns:
- The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
-
builder
public static AuthPlatformResponse.Builder builder()
-
builder
public static AuthPlatformResponse.Builder builder(AuthPlatformResponse defaults)
-
-