diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d720fe..ee04440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/sdk/network_access_authentication_rules.go b/sdk/network_access_authentication_rules.go index 517bdcb..d836dd3 100644 --- a/sdk/network_access_authentication_rules.go +++ b/sdk/network_access_authentication_rules.go @@ -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 { @@ -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 { diff --git a/sdk/network_access_authorization_rules.go b/sdk/network_access_authorization_rules.go index cdd54a6..567bb4f 100644 --- a/sdk/network_access_authorization_rules.go +++ b/sdk/network_access_authorization_rules.go @@ -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 { diff --git a/sdk/network_access_policy_set.go b/sdk/network_access_policy_set.go index 857571d..ec94450 100644 --- a/sdk/network_access_policy_set.go +++ b/sdk/network_access_policy_set.go @@ -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 { @@ -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 {