Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def initialize
# objects
attr_accessor :password_credentials

# @return [Array<PreAuthorizedApplication>] list of pre-authorizaed
# @return [Array<PreAuthorizedApplication>] list of pre-authorized
# applications.
attr_accessor :pre_authorized_applications

Expand All @@ -142,8 +142,8 @@ def initialize
attr_accessor :saml_metadata_url

# @return [String] Audience for signing in to the application
# (AzureADMyOrganizatio, AzureADAllorganizations,
# AzureADAndMicrosofAccounts).
# (AzureADMyOrganization, AzureADAllOrganizations,
# AzureADAndMicrosoftAccounts).
attr_accessor :sign_in_audience

# @return [String] The primary Web page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ApplicationBase
# objects
attr_accessor :password_credentials

# @return [Array<PreAuthorizedApplication>] list of pre-authorizaed
# @return [Array<PreAuthorizedApplication>] list of pre-authorized
# applications.
attr_accessor :pre_authorized_applications

Expand All @@ -127,8 +127,8 @@ class ApplicationBase
attr_accessor :saml_metadata_url

# @return [String] Audience for signing in to the application
# (AzureADMyOrganizatio, AzureADAllorganizations,
# AzureADAndMicrosofAccounts).
# (AzureADMyOrganization, AzureADAllOrganizations,
# AzureADAndMicrosoftAccounts).
attr_accessor :sign_in_audience

# @return [String] The primary Web page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OptionalClaim
# @return [String] Claim source.
attr_accessor :source

# @return [Boolean] Is this a requied claim.
# @return [Boolean] Is this a required claim.
attr_accessor :essential

# @return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def initialize
# enabled
attr_accessor :account_enabled

# @return [Array<String>] altenative names
# @return [Array<String>] alternative names
attr_accessor :alternative_names

# @return [String] The display name exposed by the associated
Expand Down Expand Up @@ -72,7 +72,7 @@ def initialize
# credentials associated with the service principal.
attr_accessor :password_credentials

# @return [String] The thubmbprint of preferred certificate to sign the
# @return [String] The thumbprint of preferred certificate to sign the
# token
attr_accessor :preferred_token_signing_key_thumbprint

Expand All @@ -92,7 +92,7 @@ def initialize
# @return [Array<String>] A collection of service principal names.
attr_accessor :service_principal_names

# @return [String] the type of the servie principal
# @return [String] the type of the service principal
attr_accessor :service_principal_type

# @return [Array<String>] Optional list of tags that you can apply to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::GraphRbac::V1_6
module Models
#
# Active Directory service principal common perperties shared among GET,
# Active Directory service principal common properties shared among GET,
# POST and PATCH
#
class ServicePrincipalBase
Expand All @@ -30,7 +30,7 @@ class ServicePrincipalBase
# credentials associated with the service principal.
attr_accessor :password_credentials

# @return [String] the type of the servie principal
# @return [String] the type of the service principal
attr_accessor :service_principal_type

# @return [Array<String>] Optional list of tags that you can apply to
Expand Down