Class AllowedAudiencesValidationArgs.Builder

    • Method Detail

      • allowedAudiences

        public AllowedAudiencesValidationArgs.Builder allowedAudiences​(@Nullable
                                                                       com.pulumi.core.Output<java.util.List<java.lang.String>> allowedAudiences)
        Parameters:
        allowedAudiences - The configuration settings of the allowed list of audiences from which to validate the JWT token.
        Returns:
        builder
      • allowedAudiences

        public AllowedAudiencesValidationArgs.Builder allowedAudiences​(java.util.List<java.lang.String> allowedAudiences)
        Parameters:
        allowedAudiences - The configuration settings of the allowed list of audiences from which to validate the JWT token.
        Returns:
        builder
      • allowedAudiences

        public AllowedAudiencesValidationArgs.Builder allowedAudiences​(java.lang.String... allowedAudiences)
        Parameters:
        allowedAudiences - The configuration settings of the allowed list of audiences from which to validate the JWT token.
        Returns:
        builder