Class ConnectionAzureArgs


  • public final class ConnectionAzureArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • application

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> application()
        Returns:
        (Output) The name of the Azure Active Directory Application.
      • clientId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clientId()
        Returns:
        (Output) The client id of the Azure Active Directory Application.
      • customerTenantId

        public com.pulumi.core.Output<java.lang.String> customerTenantId()
        Returns:
        The id of customer's directory that host the data.
      • federatedApplicationClientId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> federatedApplicationClientId()
        Returns:
        The Azure Application (client) ID where the federated credentials will be hosted.
      • identity

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> identity()
        Returns:
        (Output) A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.
      • objectId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> objectId()
        Returns:
        (Output) The object id of the Azure Active Directory Application.
      • redirectUri

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> redirectUri()
        Returns:
        (Output) The URL user will be redirected to after granting consent during connection setup.