generated/google/apis/iamcredentials_v1/classes.rb in google-api-client-0.28.4 vs generated/google/apis/iamcredentials_v1/classes.rb in google-api-client-0.28.5

- old
+ new

@@ -31,11 +31,12 @@ # on its next service account in the chain. The last service account in the # chain must be granted the `roles/iam.serviceAccountTokenCreator` role # on the service account that is specified in the `name` field of the # request. # The delegates must have the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID`` + # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard + # character is required; replacing it with a project ID is invalid. # Corresponds to the JSON property `delegates` # @return [Array<String>] attr_accessor :delegates # The desired lifetime duration of the access token in seconds. @@ -107,11 +108,12 @@ # on its next service account in the chain. The last service account in the # chain must be granted the `roles/iam.serviceAccountTokenCreator` role # on the service account that is specified in the `name` field of the # request. # The delegates must have the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID`` + # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard + # character is required; replacing it with a project ID is invalid. # Corresponds to the JSON property `delegates` # @return [Array<String>] attr_accessor :delegates # Include the service account email in the token. If set to `true`, the @@ -258,11 +260,12 @@ # on its next service account in the chain. The last service account in the # chain must be granted the `roles/iam.serviceAccountTokenCreator` role # on the service account that is specified in the `name` field of the # request. # The delegates must have the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID`` + # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard + # character is required; replacing it with a project ID is invalid. # Corresponds to the JSON property `delegates` # @return [Array<String>] attr_accessor :delegates # The bytes to sign. @@ -317,10 +320,11 @@ # on its next service account in the chain. The last service account in the # chain must be granted the `roles/iam.serviceAccountTokenCreator` role # on the service account that is specified in the `name` field of the # request. # The delegates must have the following format: - # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID`` + # `projects/-/serviceAccounts/`ACCOUNT_EMAIL_OR_UNIQUEID``. The `-` wildcard + # character is required; replacing it with a project ID is invalid. # Corresponds to the JSON property `delegates` # @return [Array<String>] attr_accessor :delegates # The JWT payload to sign: a JSON object that contains a JWT Claims Set.