Skip to content

Commit

Permalink
## [1.1.16] - 2023-01-30
Browse files Browse the repository at this point in the history
### Added
Following parameters were added: `ID` in following services:
- `network_access_authentication_rules`
- `network_access_authorization_rules`
- `network_access_policy_set`
  • Loading branch information
fmunoz committed Feb 1, 2023
1 parent 123d1fc commit d201f2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.16] - 2023-01-30
### Added
Following parameters were added: `ID` in following services:
- `network_access_authentication_rules`
- `network_access_authorization_rules`
- `network_access_policy_set`

## [1.1.15] - 2023-01-30
### Added
Expand Down
2 changes: 2 additions & 0 deletions sdk/network_access_authentication_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ type RequestNetworkAccessAuthenticationRulesCreateNetworkAccessAuthenticationRul
AttributeName string `json:"attributeName,omitempty"` // Atribute Name
Operator string `json:"operator,omitempty"` // Operator
AttributeValue string `json:"attributeValue,omitempty"` // Attibute Name
ID string `json:"id,omitempty"` // ID
}

type RequestNetworkAccessAuthenticationRulesCreateNetworkAccessAuthenticationRuleRuleConditionChildrenLink struct {
Expand Down Expand Up @@ -537,6 +538,7 @@ type RequestNetworkAccessAuthenticationRulesUpdateNetworkAccessAuthenticationRul
AttributeName string `json:"attributeName,omitempty"` // Atribute Name
Operator string `json:"operator,omitempty"` // Operator
AttributeValue string `json:"attributeValue,omitempty"` // Attibute Name
ID string `json:"id,omitempty"` // ID
}

type RequestNetworkAccessAuthenticationRulesUpdateNetworkAccessAuthenticationRuleByIDRuleConditionChildrenLink struct {
Expand Down
1 change: 1 addition & 0 deletions sdk/network_access_authorization_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ type RequestNetworkAccessAuthorizationRulesUpdateNetworkAccessAuthorizationRuleB
AttributeName string `json:"attributeName,omitempty"` // Atribute Name
Operator string `json:"operator,omitempty"` // Operator
AttributeValue string `json:"attributeValue,omitempty"` // Attibute Name
ID string `json:"id,omitempty"` // ID
}

type RequestNetworkAccessAuthorizationRulesUpdateNetworkAccessAuthorizationRuleByIDRuleConditionChildrenLink struct {
Expand Down
2 changes: 2 additions & 0 deletions sdk/network_access_policy_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ type RequestNetworkAccessPolicySetCreateNetworkAccessPolicySetConditionChildren
AttributeName string `json:"attributeName,omitempty"` // Atribute Name
Operator string `json:"operator,omitempty"` // Operator
AttributeValue string `json:"attributeValue,omitempty"` // Attibute Name
ID string `json:"id,omitempty"` // ID
}

type RequestNetworkAccessPolicySetCreateNetworkAccessPolicySetConditionChildrenLink struct {
Expand Down Expand Up @@ -501,6 +502,7 @@ type RequestNetworkAccessPolicySetUpdateNetworkAccessPolicySetByIDConditionChild
AttributeName string `json:"attributeName,omitempty"` // Atribute Name
Operator string `json:"operator,omitempty"` // Operator
AttributeValue string `json:"attributeValue,omitempty"` // Attibute Name
ID string `json:"id,omitempty"` // ID
}

type RequestNetworkAccessPolicySetUpdateNetworkAccessPolicySetByIDConditionChildrenLink struct {
Expand Down

0 comments on commit d201f2c

Please sign in to comment.