Class GoogleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.web.inputs.GoogleArgs
-
public final class GoogleArgs extends com.pulumi.resources.ResourceArgs
The configuration settings of the Google provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoogleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GoogleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoogleArgs.Builder
builder()
static GoogleArgs.Builder
builder(GoogleArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
enabled()
java.util.Optional<com.pulumi.core.Output<LoginScopesArgs>>
login()
java.util.Optional<com.pulumi.core.Output<ClientRegistrationArgs>>
registration()
java.util.Optional<com.pulumi.core.Output<AllowedAudiencesValidationArgs>>
validation()
-
-
-
Field Detail
-
Empty
public static final GoogleArgs Empty
-
-
Method Detail
-
enabled
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
- Returns:
- <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>.
-
login
public java.util.Optional<com.pulumi.core.Output<LoginScopesArgs>> login()
- Returns:
- The configuration settings of the login flow.
-
registration
public java.util.Optional<com.pulumi.core.Output<ClientRegistrationArgs>> registration()
- Returns:
- The configuration settings of the app registration for the Google provider.
-
validation
public java.util.Optional<com.pulumi.core.Output<AllowedAudiencesValidationArgs>> validation()
- Returns:
- The configuration settings of the Azure Active Directory token validation flow.
-
builder
public static GoogleArgs.Builder builder()
-
builder
public static GoogleArgs.Builder builder(GoogleArgs defaults)
-
-