Cloud KMS V1 Client - Class KeyAccessJustificationsPolicy (2.9.0)

Reference documentation and code samples for the Cloud KMS V1 Client class KeyAccessJustificationsPolicy.

A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason values for encrypt, decrypt, and sign operations on a CryptoKey or KeyAccessJustificationsPolicyConfig (the default Key Access Justifications policy).

Generated from protobuf message google.cloud.kms.v1.KeyAccessJustificationsPolicy

Namespace

Google \ Cloud \ Kms \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ allowed_access_reasons int[]

The list of allowed reasons for access to a CryptoKey. Note that empty allowed_access_reasons has a different meaning depending on where this message appears. If this is under KeyAccessJustificationsPolicyConfig, it means allow-all. If this is under CryptoKey, it means deny-all.

getAllowedAccessReasons

The list of allowed reasons for access to a CryptoKey. Note that empty allowed_access_reasons has a different meaning depending on where this message appears. If this is under KeyAccessJustificationsPolicyConfig, it means allow-all. If this is under CryptoKey, it means deny-all.

Returns
Type Description
Google\Protobuf\RepeatedField<int>

setAllowedAccessReasons

The list of allowed reasons for access to a CryptoKey. Note that empty allowed_access_reasons has a different meaning depending on where this message appears. If this is under KeyAccessJustificationsPolicyConfig, it means allow-all. If this is under CryptoKey, it means deny-all.

Parameter
Name Description
var int[]
Returns
Type Description
$this