Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/AppRoleLookUpSecretIdByAccessorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**Metadata** | Pointer to **map[string]interface{}** | | [optional]
**SecretIdAccessor** | Pointer to **string** | Accessor of the secret ID | [optional]
**SecretIdNumUses** | Pointer to **int32** | Number of times a secret ID can access the role, after which the secret ID will expire. | [optional]
**SecretIdTtl** | Pointer to **string** | Duration in seconds after which the issued secret ID expires. | [optional]
**SecretIdTtl** | Pointer to **int64** | Duration in seconds after which the issued secret ID expires. | [optional]
**TokenBoundCidrs** | Pointer to **[]string** | List of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any. | [optional]


Expand Down
2 changes: 1 addition & 1 deletion docs/AppRoleLookUpSecretIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**Metadata** | Pointer to **map[string]interface{}** | | [optional]
**SecretIdAccessor** | Pointer to **string** | Accessor of the secret ID | [optional]
**SecretIdNumUses** | Pointer to **int32** | Number of times a secret ID can access the role, after which the secret ID will expire. | [optional]
**SecretIdTtl** | Pointer to **string** | Duration in seconds after which the issued secret ID expires. | [optional]
**SecretIdTtl** | Pointer to **int64** | Duration in seconds after which the issued secret ID expires. | [optional]
**TokenBoundCidrs** | Pointer to **[]string** | List of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any. | [optional]


Expand Down
4 changes: 2 additions & 2 deletions docs/AppRoleReadPeriodResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Period** | Pointer to **string** | Use \"token_period\" instead. If this and \"token_period\" are both specified, only \"token_period\" will be used. | [optional]
**TokenPeriod** | Pointer to **string** | If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. This takes an integer number of seconds, or a string duration (e.g. \"24h\"). | [optional]
**Period** | Pointer to **int64** | Use \"token_period\" instead. If this and \"token_period\" are both specified, only \"token_period\" will be used. | [optional]
**TokenPeriod** | Pointer to **int64** | If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. This takes an integer number of seconds. | [optional]



Expand Down
12 changes: 6 additions & 6 deletions docs/AppRoleReadRoleResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BindSecretId** | Pointer to **bool** | Impose secret ID to be presented when logging in using this role. | [optional]
**LocalSecretIds** | Pointer to **bool** | If true, the secret identifiers generated using this role will be cluster local. This can only be set during role creation and once set, it can't be reset later | [optional]
**Period** | Pointer to **string** | Use \"token_period\" instead. If this and \"token_period\" are both specified, only \"token_period\" will be used. | [optional]
**Period** | Pointer to **int64** | Use \"token_period\" instead. If this and \"token_period\" are both specified, only \"token_period\" will be used. | [optional]
**Policies** | Pointer to **[]string** | Use \"token_policies\" instead. If this and \"token_policies\" are both specified, only \"token_policies\" will be used. | [optional]
**SecretIdBoundCidrs** | Pointer to **[]string** | Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can perform the login operation. | [optional]
**SecretIdNumUses** | Pointer to **int32** | Number of times a secret ID can access the role, after which the secret ID will expire. | [optional]
**SecretIdTtl** | Pointer to **string** | Duration in seconds after which the issued secret ID expires. | [optional]
**SecretIdTtl** | Pointer to **int64** | Duration in seconds after which the issued secret ID expires. | [optional]
**TokenBoundCidrs** | Pointer to **[]string** | Comma separated string or JSON list of CIDR blocks. If set, specifies the blocks of IP addresses which are allowed to use the generated token. | [optional]
**TokenExplicitMaxTtl** | Pointer to **string** | If set, tokens created via this role carry an explicit maximum TTL. During renewal, the current maximum TTL values of the role and the mount are not checked for changes, and any updates to these values will have no effect on the token being renewed. | [optional]
**TokenMaxTtl** | Pointer to **string** | The maximum lifetime of the generated token | [optional]
**TokenExplicitMaxTtl** | Pointer to **int64** | If set, tokens created via this role carry an explicit maximum TTL. During renewal, the current maximum TTL values of the role and the mount are not checked for changes, and any updates to these values will have no effect on the token being renewed. | [optional]
**TokenMaxTtl** | Pointer to **int64** | The maximum lifetime of the generated token | [optional]
**TokenNoDefaultPolicy** | Pointer to **bool** | If true, the 'default' policy will not automatically be added to generated tokens | [optional]
**TokenNumUses** | Pointer to **int32** | The maximum number of times a token may be used, a value of zero means unlimited | [optional]
**TokenPeriod** | Pointer to **string** | If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. | [optional]
**TokenPeriod** | Pointer to **int64** | If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. | [optional]
**TokenPolicies** | Pointer to **[]string** | Comma-separated list of policies | [optional]
**TokenTtl** | Pointer to **string** | The initial ttl of the token to generate | [optional]
**TokenTtl** | Pointer to **int64** | The initial ttl of the token to generate | [optional]
**TokenType** | Pointer to **string** | The type of token to generate, service or batch | [optional] [default to "default-service"]


Expand Down
2 changes: 1 addition & 1 deletion docs/AppRoleReadSecretIdTtlResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SecretIdTtl** | Pointer to **string** | Duration in seconds after which the issued secret ID should expire. Defaults to 0, meaning no expiration. | [optional]
**SecretIdTtl** | Pointer to **int64** | Duration in seconds after which the issued secret ID should expire. Defaults to 0, meaning no expiration. | [optional]



Expand Down
2 changes: 1 addition & 1 deletion docs/AppRoleReadTokenMaxTtlResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TokenMaxTtl** | Pointer to **string** | The maximum lifetime of the generated token | [optional]
**TokenMaxTtl** | Pointer to **int64** | The maximum lifetime of the generated token | [optional]



Expand Down
2 changes: 1 addition & 1 deletion docs/AppRoleReadTokenTtlResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TokenTtl** | Pointer to **string** | The initial ttl of the token to generate | [optional]
**TokenTtl** | Pointer to **int64** | The initial ttl of the token to generate | [optional]



Expand Down
2 changes: 1 addition & 1 deletion docs/AppRoleWriteCustomSecretIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**SecretId** | Pointer to **string** | Secret ID attached to the role. | [optional]
**SecretIdAccessor** | Pointer to **string** | Accessor of the secret ID | [optional]
**SecretIdNumUses** | Pointer to **int32** | Number of times a secret ID can access the role, after which the secret ID will expire. | [optional]
**SecretIdTtl** | Pointer to **string** | Duration in seconds after which the issued secret ID expires. | [optional]
**SecretIdTtl** | Pointer to **int64** | Duration in seconds after which the issued secret ID expires. | [optional]



Expand Down
2 changes: 1 addition & 1 deletion docs/AppRoleWriteSecretIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**SecretId** | Pointer to **string** | Secret ID attached to the role. | [optional]
**SecretIdAccessor** | Pointer to **string** | Accessor of the secret ID | [optional]
**SecretIdNumUses** | Pointer to **int32** | Number of times a secret ID can access the role, after which the secret ID will expire. | [optional]
**SecretIdTtl** | Pointer to **string** | Duration in seconds after which the issued secret ID expires. | [optional]
**SecretIdTtl** | Pointer to **int64** | Duration in seconds after which the issued secret ID expires. | [optional]



Expand Down
Loading