Interface protos.google.api.IAuthenticationRule (1.1.4)

Properties of an AuthenticationRule.

Package

@google-cloud/service-usage!

Properties

allowWithoutCredential

allowWithoutCredential?: (boolean|null);

AuthenticationRule allowWithoutCredential

Property Value
TypeDescription
(boolean|null)

oauth

oauth?: (google.api.IOAuthRequirements|null);

AuthenticationRule oauth

Property Value
TypeDescription
(google.api.IOAuthRequirements|null)

requirements

requirements?: (google.api.IAuthRequirement[]|null);

AuthenticationRule requirements

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

selector

selector?: (string|null);

AuthenticationRule selector

Property Value
TypeDescription
(string|null)