Class UserPropertiesArgs


  • public final class UserPropertiesArgs
    extends com.pulumi.resources.ResourceArgs
    The cloud shell user settings properties.
    • Method Detail

      • preferredLocation

        public com.pulumi.core.Output<java.lang.String> preferredLocation()
        Returns:
        The preferred location of the cloud shell.
      • preferredOsType

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​OsType>> preferredOsType()
        Returns:
        The operating system type of the cloud shell. Deprecated, use preferredShellType.
      • preferredShellType

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​ShellType>> preferredShellType()
        Returns:
        The shell type of the cloud shell.
      • storageProfile

        public com.pulumi.core.Output<StorageProfileArgs> storageProfile()
        Returns:
        The storage profile of the user settings.
      • terminalSettings

        public com.pulumi.core.Output<TerminalSettingsArgs> terminalSettings()
        Returns:
        Settings for terminal appearance.