Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(iam-identity): adding trusted profiles #149

Merged
merged 5 commits into from
Sep 2, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
feat(iam-identity): adding trusted profiles: minor fixes
pooraniss-ibm committed Sep 2, 2021
commit 9717bee409c163bbf8bbd3714a18c448866bd9db
4 changes: 2 additions & 2 deletions iamidentityv1/iam_identity_v1_examples_test.go
Original file line number Diff line number Diff line change
@@ -572,7 +572,7 @@ var _ = Describe(`IamIdentityV1 Examples Tests`, func() {
})
It(`ListClaimRules request example`, func() {
fmt.Println("\nListClaimRules() result:")
// begin-list_claimRule
// begin-list_claimRules

listClaimRulesOptions := iamIdentityService.NewListClaimRulesOptions()
listClaimRulesOptions.SetProfileID(profileId)
@@ -584,7 +584,7 @@ var _ = Describe(`IamIdentityV1 Examples Tests`, func() {
b, _ := json.MarshalIndent(claimRulesList, "", " ")
fmt.Println(string(b))

// end-list_claimRule
// end-list_claimRules

Expect(err).To(BeNil())
Expect(response.StatusCode).To(Equal(200))