Interface protos.google.api.IAuthentication (0.2.6)

Properties of an Authentication.

Package

@google-cloud/service-management!

Properties

providers

providers?: (google.api.IAuthProvider[]|null);

Authentication providers

Property Value
TypeDescription
(google.api.IAuthProvider[]|null)

rules

rules?: (google.api.IAuthenticationRule[]|null);

Authentication rules

Property Value
TypeDescription
(google.api.IAuthenticationRule[]|null)