Google Cloud OsLogin V1beta Client - Class LoginProfileView (1.7.0)

Reference documentation and code samples for the Google Cloud OsLogin V1beta Client class LoginProfileView.

The login profile view limits the user content retrieved.

Protobuf type google.cloud.oslogin.v1beta.LoginProfileView

Namespace

Google \ Cloud \ OsLogin \ V1beta

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

LOGIN_PROFILE_VIEW_UNSPECIFIED

Value: 0

The default login profile view. The API defaults to the BASIC view.

Generated from protobuf enum LOGIN_PROFILE_VIEW_UNSPECIFIED = 0;

BASIC

Value: 1

Includes POSIX and SSH key information.

Generated from protobuf enum BASIC = 1;

SECURITY_KEY

Value: 2

Include security key information for the user.

Generated from protobuf enum SECURITY_KEY = 2;