Skip to content

Commit

Permalink
Removed trailing spaces from Entitlement.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
varsharmavs committed Apr 13, 2024
1 parent 26b513e commit 3c0e974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/privilegedaccessmanager/Entitlement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ properties:
properties:
- !ruby/object:Api::Type::String
name: role
description: |
description: |
Required. IAM role to be granted. https://cloud.google.com/iam/docs/roles-overview.
required: true
- !ruby/object:Api::Type::String
Expand Down Expand Up @@ -217,15 +217,15 @@ properties:
parameters:
- !ruby/object:Api::Type::String
name: location
description: |
description: |
The region of the Entitlement resource.
url_param_only: true
required: true
immutable: true
- !ruby/object:Api::Type::String
name: entitlementId
description: |
The ID to use for this Entitlement. This will become the last part of the resource name.
The ID to use for this Entitlement. This will become the last part of the resource name.
This value should be 4-63 characters, and valid characters are "[a-z]", "[0-9]", and "-". The first character should be from [a-z].
This value should be unique among all other Entitlements under the specified `parent`.
url_param_only: true
Expand Down

0 comments on commit 3c0e974

Please sign in to comment.