Skip to content

Commit

Permalink
fix(Enterprise Management): update create_account response payload (#322
Browse files Browse the repository at this point in the history
)

Signed-off-by: namratabhadauriya <namrata.nitw@gmail.com>
  • Loading branch information
namratabhadauriya committed Apr 24, 2024
1 parent 7f839e8 commit 1594f31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions enterprisemanagementv1/enterprise_management_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,15 @@ func UnmarshalCreateAccountRequestTraits(m map[string]json.RawMessage, result in
type CreateAccountResponse struct {
// The ID of the account entity that was created.
AccountID *string `json:"account_id,omitempty"`

// The iam_service_id of the account entity that was created.
IamServiceID *string `json:"iam_service_id,omitempty"`

// The iam_apikey_id of the account entity that was created.
IamApikeyID *string `json:"iam_apikey_id,omitempty"`

// The iam_apikey of the account entity with owner iam policies that was created.
IamApikey *string `json:"iam_apikey,omitempty"`
}

// UnmarshalCreateAccountResponse unmarshals an instance of CreateAccountResponse from the specified map of raw messages.
Expand Down

0 comments on commit 1594f31

Please sign in to comment.