All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.UserPosixAccount.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






UserPosixAccount (Admin SDK API directory_v1-rev20220606-1.32.1)












com.google.api.services.directory.model

Class UserPosixAccount

    • Constructor Detail

      • UserPosixAccount

        public UserPosixAccount()
    • Method Detail

      • getAccountId

        public String getAccountId()
        A POSIX account field identifier.
        Returns:
        value or null for none
      • setAccountId

        public UserPosixAccount setAccountId(String accountId)
        A POSIX account field identifier.
        Parameters:
        accountId - accountId or null for none
      • getGecos

        public String getGecos()
        The GECOS (user information) for this account.
        Returns:
        value or null for none
      • setGecos

        public UserPosixAccount setGecos(String gecos)
        The GECOS (user information) for this account.
        Parameters:
        gecos - gecos or null for none
      • getGid

        public BigInteger getGid()
        The default group ID.
        Returns:
        value or null for none
      • getHomeDirectory

        public String getHomeDirectory()
        The path to the home directory for this account.
        Returns:
        value or null for none
      • setHomeDirectory

        public UserPosixAccount setHomeDirectory(String homeDirectory)
        The path to the home directory for this account.
        Parameters:
        homeDirectory - homeDirectory or null for none
      • getOperatingSystemType

        public String getOperatingSystemType()
        The operating system type for this account.
        Returns:
        value or null for none
      • setOperatingSystemType

        public UserPosixAccount setOperatingSystemType(String operatingSystemType)
        The operating system type for this account.
        Parameters:
        operatingSystemType - operatingSystemType or null for none
      • getPrimary

        public Boolean getPrimary()
        If this is user's primary account within the SystemId.
        Returns:
        value or null for none
      • setPrimary

        public UserPosixAccount setPrimary(Boolean primary)
        If this is user's primary account within the SystemId.
        Parameters:
        primary - primary or null for none
      • getShell

        public String getShell()
        The path to the login shell for this account.
        Returns:
        value or null for none
      • setShell

        public UserPosixAccount setShell(String shell)
        The path to the login shell for this account.
        Parameters:
        shell - shell or null for none
      • getSystemId

        public String getSystemId()
        System identifier for which account Username or Uid apply to.
        Returns:
        value or null for none
      • setSystemId

        public UserPosixAccount setSystemId(String systemId)
        System identifier for which account Username or Uid apply to.
        Parameters:
        systemId - systemId or null for none
      • getUid

        public BigInteger getUid()
        The POSIX compliant user ID.
        Returns:
        value or null for none
      • getUsername

        public String getUsername()
        The username of the account.
        Returns:
        value or null for none
      • setUsername

        public UserPosixAccount setUsername(String username)
        The username of the account.
        Parameters:
        username - username or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy