As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
Library versions released prior to that date will continue to be available. For more information please
visit Python 2 support on Google Cloud.
Types for Google Cloud Oslogin Common API¶
- class google.cloud.oslogin_v1.common.OperatingSystemType(value)[source]¶
Bases:
proto.enums.Enum
The operating system options for account entries.
- LINUX = 1¶
- OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0¶
- WINDOWS = 2¶
- class google.cloud.oslogin_v1.common.PosixAccount(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
The POSIX account information associated with a Google account.
- system_id¶
System identifier for which account the username or uid applies to. By default, the empty value is used.
- Type
- operating_system_type¶
The operating system type where this account applies.
- Type
google.cloud.oslogin.v1.types.OperatingSystemType
- class google.cloud.oslogin_v1.common.SshPublicKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
proto.message.Message
The SSH public key information associated with a Google account.