Class AuthPlatformResponse
- java.lang.Object
-
- com.pulumi.azurenative.web.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.String>
configFilePath()
java.util.Optional<java.lang.Boolean>
enabled()
java.util.Optional<java.lang.String>
runtimeVersion()
-
-
-
Method Detail
-
configFilePath
public java.util.Optional<java.lang.String> configFilePath()
- Returns:
- The path of the config file containing auth settings if they come from a file. If the path is relative, base will the site's root directory.
-
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)
-
-