X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Finternal%2Fsecurityapi%2Fsecurityapi-types.gen.go;h=bf8723a59bdd9a08d7179df967ce5af4d9246977;hb=c2422dba52b7c2fe640ff957137ccf64d2c96753;hp=225168adb8feb7378af971529e2a63fda88f7c9c;hpb=c956436e747ab021a2593aae4f46fdbc66ece7fb;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/securityapi/securityapi-types.gen.go b/capifcore/internal/securityapi/securityapi-types.gen.go index 225168a..bf8723a 100644 --- a/capifcore/internal/securityapi/securityapi-types.gen.go +++ b/capifcore/internal/securityapi/securityapi-types.gen.go @@ -75,7 +75,9 @@ type AccessTokenRsp struct { // AccessTokenRspTokenType defines model for AccessTokenRsp.TokenType. type AccessTokenRspTokenType string -// Possible values are - OVERLIMIT_USAGE: The revocation of the authorization of the API invoker is due to the overlimit usage of the service API - UNEXPECTED_REASON: The revocation of the authorization of the API invoker is due to unexpected reason. +// Possible values are: +// - OVERLIMIT_USAGE: The revocation of the authorization of the API invoker is due to the overlimit usage of the service API +// - UNEXPECTED_REASON: The revocation of the authorization of the API invoker is due to unexpected reason. type Cause string // Represents the interface details and the security method. @@ -92,7 +94,9 @@ type SecurityNotification struct { // String identifying the API invoker assigned by the CAPIF core function. ApiInvokerId string `json:"apiInvokerId"` - // Possible values are - OVERLIMIT_USAGE: The revocation of the authorization of the API invoker is due to the overlimit usage of the service API - UNEXPECTED_REASON: The revocation of the authorization of the API invoker is due to unexpected reason. + // Possible values are: + // - OVERLIMIT_USAGE: The revocation of the authorization of the API invoker is due to the overlimit usage of the service API + // - UNEXPECTED_REASON: The revocation of the authorization of the API invoker is due to unexpected reason. Cause Cause `json:"cause"` } @@ -101,7 +105,7 @@ type ServiceSecurity struct { // string providing an URI formatted according to IETF RFC 3986. NotificationDestination externalRef0.Uri `json:"notificationDestination"` - // Set to true by API invoker to request the CAPIF core function to send a test notification as defined in in subclause 7.6. Set to false or omitted otherwise. + // Set to true by API invoker to request the CAPIF core function to send a test notification as defined in in clause 7.6. Set to false or omitted otherwise. RequestTestNotification *bool `json:"requestTestNotification,omitempty"` SecurityInfo []SecurityInformation `json:"securityInfo"`