intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getIamLocalUserPasswordPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Configuration for LocalUserPasswordPolicy.
Using getIamLocalUserPasswordPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIamLocalUserPasswordPolicy(args: GetIamLocalUserPasswordPolicyArgs, opts?: InvokeOptions): Promise<GetIamLocalUserPasswordPolicyResult>
function getIamLocalUserPasswordPolicyOutput(args: GetIamLocalUserPasswordPolicyOutputArgs, opts?: InvokeOptions): Output<GetIamLocalUserPasswordPolicyResult>def get_iam_local_user_password_policy(account: Optional[GetIamLocalUserPasswordPolicyAccount] = None,
                                       account_moid: Optional[str] = None,
                                       additional_properties: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetIamLocalUserPasswordPolicyAncestor]] = None,
                                       class_id: Optional[str] = None,
                                       create_time: Optional[str] = None,
                                       domain_group_moid: Optional[str] = None,
                                       enable_lock_out_for_admin_user: Optional[bool] = None,
                                       failed_login_tracker_window: Optional[float] = None,
                                       id: Optional[str] = None,
                                       lock_out_time_period: Optional[float] = None,
                                       max_failed_logins_allowed: Optional[float] = None,
                                       min_char_difference: Optional[float] = None,
                                       min_days_between_password_change: Optional[float] = None,
                                       min_length_password: Optional[float] = None,
                                       min_lower_case: Optional[float] = None,
                                       min_numeric: Optional[float] = None,
                                       min_special_char: Optional[float] = None,
                                       min_upper_case: Optional[float] = None,
                                       mod_time: Optional[str] = None,
                                       moid: Optional[str] = None,
                                       num_previous_passwords_disallowed: Optional[float] = None,
                                       object_type: Optional[str] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetIamLocalUserPasswordPolicyParent] = None,
                                       permission_resources: Optional[Sequence[GetIamLocalUserPasswordPolicyPermissionResource]] = None,
                                       shared_scope: Optional[str] = None,
                                       tags: Optional[Sequence[GetIamLocalUserPasswordPolicyTag]] = None,
                                       version_context: Optional[GetIamLocalUserPasswordPolicyVersionContext] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetIamLocalUserPasswordPolicyResult
def get_iam_local_user_password_policy_output(account: Optional[pulumi.Input[GetIamLocalUserPasswordPolicyAccountArgs]] = None,
                                       account_moid: Optional[pulumi.Input[str]] = None,
                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLocalUserPasswordPolicyAncestorArgs]]]] = None,
                                       class_id: Optional[pulumi.Input[str]] = None,
                                       create_time: Optional[pulumi.Input[str]] = None,
                                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                                       enable_lock_out_for_admin_user: Optional[pulumi.Input[bool]] = None,
                                       failed_login_tracker_window: Optional[pulumi.Input[float]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       lock_out_time_period: Optional[pulumi.Input[float]] = None,
                                       max_failed_logins_allowed: Optional[pulumi.Input[float]] = None,
                                       min_char_difference: Optional[pulumi.Input[float]] = None,
                                       min_days_between_password_change: Optional[pulumi.Input[float]] = None,
                                       min_length_password: Optional[pulumi.Input[float]] = None,
                                       min_lower_case: Optional[pulumi.Input[float]] = None,
                                       min_numeric: Optional[pulumi.Input[float]] = None,
                                       min_special_char: Optional[pulumi.Input[float]] = None,
                                       min_upper_case: Optional[pulumi.Input[float]] = None,
                                       mod_time: Optional[pulumi.Input[str]] = None,
                                       moid: Optional[pulumi.Input[str]] = None,
                                       num_previous_passwords_disallowed: Optional[pulumi.Input[float]] = None,
                                       object_type: Optional[pulumi.Input[str]] = None,
                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       parent: Optional[pulumi.Input[GetIamLocalUserPasswordPolicyParentArgs]] = None,
                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLocalUserPasswordPolicyPermissionResourceArgs]]]] = None,
                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLocalUserPasswordPolicyTagArgs]]]] = None,
                                       version_context: Optional[pulumi.Input[GetIamLocalUserPasswordPolicyVersionContextArgs]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetIamLocalUserPasswordPolicyResult]func LookupIamLocalUserPasswordPolicy(ctx *Context, args *LookupIamLocalUserPasswordPolicyArgs, opts ...InvokeOption) (*LookupIamLocalUserPasswordPolicyResult, error)
func LookupIamLocalUserPasswordPolicyOutput(ctx *Context, args *LookupIamLocalUserPasswordPolicyOutputArgs, opts ...InvokeOption) LookupIamLocalUserPasswordPolicyResultOutput> Note: This function is named LookupIamLocalUserPasswordPolicy in the Go SDK.
public static class GetIamLocalUserPasswordPolicy 
{
    public static Task<GetIamLocalUserPasswordPolicyResult> InvokeAsync(GetIamLocalUserPasswordPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetIamLocalUserPasswordPolicyResult> Invoke(GetIamLocalUserPasswordPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamLocalUserPasswordPolicyResult> getIamLocalUserPasswordPolicy(GetIamLocalUserPasswordPolicyArgs args, InvokeOptions options)
public static Output<GetIamLocalUserPasswordPolicyResult> getIamLocalUserPasswordPolicy(GetIamLocalUserPasswordPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getIamLocalUserPasswordPolicy:getIamLocalUserPasswordPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
GetIam Local User Password Policy Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetIam Local User Password Policy Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableLock boolOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- FailedLogin doubleTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- Id string
- LockOut doubleTime Period 
- The time period, in seconds, during which a user account will remain locked.
- MaxFailed doubleLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- MinChar doubleDifference 
- Minimum number of characters different from previous password.
- MinDays doubleBetween Password Change 
- Minimum Days allowed between password change.
- MinLength doublePassword 
- Minimum length of password.
- MinLower doubleCase 
- Minimum number of required lower case characters.
- MinNumeric double
- Minimum number of required numeric characters.
- MinSpecial doubleChar 
- Minimum number of required special characters.
- MinUpper doubleCase 
- Minimum number of required upper case characters.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumPrevious doublePasswords Disallowed 
- Number of previous passwords disallowed.
- ObjectType string
- Owners List<string>
- Parent
GetIam Local User Password Policy Parent 
- PermissionResources List<GetIam Local User Password Policy Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Local User Password Policy Tag> 
- VersionContext GetIam Local User Password Policy Version Context 
- Account
GetIam Local User Password Policy Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetIam Local User Password Policy Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableLock boolOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- FailedLogin float64Tracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- Id string
- LockOut float64Time Period 
- The time period, in seconds, during which a user account will remain locked.
- MaxFailed float64Logins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- MinChar float64Difference 
- Minimum number of characters different from previous password.
- MinDays float64Between Password Change 
- Minimum Days allowed between password change.
- MinLength float64Password 
- Minimum length of password.
- MinLower float64Case 
- Minimum number of required lower case characters.
- MinNumeric float64
- Minimum number of required numeric characters.
- MinSpecial float64Char 
- Minimum number of required special characters.
- MinUpper float64Case 
- Minimum number of required upper case characters.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumPrevious float64Passwords Disallowed 
- Number of previous passwords disallowed.
- ObjectType string
- Owners []string
- Parent
GetIam Local User Password Policy Parent 
- PermissionResources []GetIam Local User Password Policy Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetIam Local User Password Policy Tag 
- VersionContext GetIam Local User Password Policy Version Context 
- account
GetIam Local User Password Policy Account 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetIam Local User Password Policy Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableLock BooleanOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- failedLogin DoubleTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- id String
- lockOut DoubleTime Period 
- The time period, in seconds, during which a user account will remain locked.
- maxFailed DoubleLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- minChar DoubleDifference 
- Minimum number of characters different from previous password.
- minDays DoubleBetween Password Change 
- Minimum Days allowed between password change.
- minLength DoublePassword 
- Minimum length of password.
- minLower DoubleCase 
- Minimum number of required lower case characters.
- minNumeric Double
- Minimum number of required numeric characters.
- minSpecial DoubleChar 
- Minimum number of required special characters.
- minUpper DoubleCase 
- Minimum number of required upper case characters.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numPrevious DoublePasswords Disallowed 
- Number of previous passwords disallowed.
- objectType String
- owners List<String>
- parent
GetIam Local User Password Policy Parent 
- permissionResources List<GetIam Local User Password Policy Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Local User Password Policy Tag> 
- versionContext GetIam Local User Password Policy Version Context 
- account
GetIam Local User Password Policy Account 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetIam Local User Password Policy Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableLock booleanOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- failedLogin numberTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- id string
- lockOut numberTime Period 
- The time period, in seconds, during which a user account will remain locked.
- maxFailed numberLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- minChar numberDifference 
- Minimum number of characters different from previous password.
- minDays numberBetween Password Change 
- Minimum Days allowed between password change.
- minLength numberPassword 
- Minimum length of password.
- minLower numberCase 
- Minimum number of required lower case characters.
- minNumeric number
- Minimum number of required numeric characters.
- minSpecial numberChar 
- Minimum number of required special characters.
- minUpper numberCase 
- Minimum number of required upper case characters.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- numPrevious numberPasswords Disallowed 
- Number of previous passwords disallowed.
- objectType string
- owners string[]
- parent
GetIam Local User Password Policy Parent 
- permissionResources GetIam Local User Password Policy Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetIam Local User Password Policy Tag[] 
- versionContext GetIam Local User Password Policy Version Context 
- account
GetIam Local User Password Policy Account 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetIam Local User Password Policy Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enable_lock_ boolout_ for_ admin_ user 
- Determines if the user lock out feature must be enabled for the local admin user.
- failed_login_ floattracker_ window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- id str
- lock_out_ floattime_ period 
- The time period, in seconds, during which a user account will remain locked.
- max_failed_ floatlogins_ allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- min_char_ floatdifference 
- Minimum number of characters different from previous password.
- min_days_ floatbetween_ password_ change 
- Minimum Days allowed between password change.
- min_length_ floatpassword 
- Minimum length of password.
- min_lower_ floatcase 
- Minimum number of required lower case characters.
- min_numeric float
- Minimum number of required numeric characters.
- min_special_ floatchar 
- Minimum number of required special characters.
- min_upper_ floatcase 
- Minimum number of required upper case characters.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- num_previous_ floatpasswords_ disallowed 
- Number of previous passwords disallowed.
- object_type str
- owners Sequence[str]
- parent
GetIam Local User Password Policy Parent 
- permission_resources Sequence[GetIam Local User Password Policy Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetIam Local User Password Policy Tag] 
- version_context GetIam Local User Password Policy Version Context 
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableLock BooleanOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- failedLogin NumberTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- id String
- lockOut NumberTime Period 
- The time period, in seconds, during which a user account will remain locked.
- maxFailed NumberLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- minChar NumberDifference 
- Minimum number of characters different from previous password.
- minDays NumberBetween Password Change 
- Minimum Days allowed between password change.
- minLength NumberPassword 
- Minimum length of password.
- minLower NumberCase 
- Minimum number of required lower case characters.
- minNumeric Number
- Minimum number of required numeric characters.
- minSpecial NumberChar 
- Minimum number of required special characters.
- minUpper NumberCase 
- Minimum number of required upper case characters.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numPrevious NumberPasswords Disallowed 
- Number of previous passwords disallowed.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContext Property Map
getIamLocalUserPasswordPolicy Result
The following output properties are available:
- Id string
- Results
List<GetIam Local User Password Policy Result> 
- Account
GetIam Local User Password Policy Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetIam Local User Password Policy Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EnableLock boolOut For Admin User 
- FailedLogin doubleTracker Window 
- LockOut doubleTime Period 
- MaxFailed doubleLogins Allowed 
- MinChar doubleDifference 
- MinDays doubleBetween Password Change 
- MinLength doublePassword 
- MinLower doubleCase 
- MinNumeric double
- MinSpecial doubleChar 
- MinUpper doubleCase 
- ModTime string
- Moid string
- NumPrevious doublePasswords Disallowed 
- ObjectType string
- Owners List<string>
- Parent
GetIam Local User Password Policy Parent 
- PermissionResources List<GetIam Local User Password Policy Permission Resource> 
- string
- 
List<GetIam Local User Password Policy Tag> 
- VersionContext GetIam Local User Password Policy Version Context 
- Id string
- Results
[]GetIam Local User Password Policy Result 
- Account
GetIam Local User Password Policy Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetIam Local User Password Policy Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EnableLock boolOut For Admin User 
- FailedLogin float64Tracker Window 
- LockOut float64Time Period 
- MaxFailed float64Logins Allowed 
- MinChar float64Difference 
- MinDays float64Between Password Change 
- MinLength float64Password 
- MinLower float64Case 
- MinNumeric float64
- MinSpecial float64Char 
- MinUpper float64Case 
- ModTime string
- Moid string
- NumPrevious float64Passwords Disallowed 
- ObjectType string
- Owners []string
- Parent
GetIam Local User Password Policy Parent 
- PermissionResources []GetIam Local User Password Policy Permission Resource 
- string
- 
[]GetIam Local User Password Policy Tag 
- VersionContext GetIam Local User Password Policy Version Context 
- id String
- results
List<GetIam Local User Password Policy Result> 
- account
GetIam Local User Password Policy Account 
- accountMoid String
- additionalProperties String
- ancestors
List<GetIam Local User Password Policy Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- enableLock BooleanOut For Admin User 
- failedLogin DoubleTracker Window 
- lockOut DoubleTime Period 
- maxFailed DoubleLogins Allowed 
- minChar DoubleDifference 
- minDays DoubleBetween Password Change 
- minLength DoublePassword 
- minLower DoubleCase 
- minNumeric Double
- minSpecial DoubleChar 
- minUpper DoubleCase 
- modTime String
- moid String
- numPrevious DoublePasswords Disallowed 
- objectType String
- owners List<String>
- parent
GetIam Local User Password Policy Parent 
- permissionResources List<GetIam Local User Password Policy Permission Resource> 
- String
- 
List<GetIam Local User Password Policy Tag> 
- versionContext GetIam Local User Password Policy Version Context 
- id string
- results
GetIam Local User Password Policy Result[] 
- account
GetIam Local User Password Policy Account 
- accountMoid string
- additionalProperties string
- ancestors
GetIam Local User Password Policy Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- enableLock booleanOut For Admin User 
- failedLogin numberTracker Window 
- lockOut numberTime Period 
- maxFailed numberLogins Allowed 
- minChar numberDifference 
- minDays numberBetween Password Change 
- minLength numberPassword 
- minLower numberCase 
- minNumeric number
- minSpecial numberChar 
- minUpper numberCase 
- modTime string
- moid string
- numPrevious numberPasswords Disallowed 
- objectType string
- owners string[]
- parent
GetIam Local User Password Policy Parent 
- permissionResources GetIam Local User Password Policy Permission Resource[] 
- string
- 
GetIam Local User Password Policy Tag[] 
- versionContext GetIam Local User Password Policy Version Context 
- id str
- results
Sequence[GetIam Local User Password Policy Result] 
- account
GetIam Local User Password Policy Account 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetIam Local User Password Policy Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- enable_lock_ boolout_ for_ admin_ user 
- failed_login_ floattracker_ window 
- lock_out_ floattime_ period 
- max_failed_ floatlogins_ allowed 
- min_char_ floatdifference 
- min_days_ floatbetween_ password_ change 
- min_length_ floatpassword 
- min_lower_ floatcase 
- min_numeric float
- min_special_ floatchar 
- min_upper_ floatcase 
- mod_time str
- moid str
- num_previous_ floatpasswords_ disallowed 
- object_type str
- owners Sequence[str]
- parent
GetIam Local User Password Policy Parent 
- permission_resources Sequence[GetIam Local User Password Policy Permission Resource] 
- str
- 
Sequence[GetIam Local User Password Policy Tag] 
- version_context GetIam Local User Password Policy Version Context 
- id String
- results List<Property Map>
- account Property Map
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- enableLock BooleanOut For Admin User 
- failedLogin NumberTracker Window 
- lockOut NumberTime Period 
- maxFailed NumberLogins Allowed 
- minChar NumberDifference 
- minDays NumberBetween Password Change 
- minLength NumberPassword 
- minLower NumberCase 
- minNumeric Number
- minSpecial NumberChar 
- minUpper NumberCase 
- modTime String
- moid String
- numPrevious NumberPasswords Disallowed 
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetIamLocalUserPasswordPolicyAccount      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLocalUserPasswordPolicyAncestor      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLocalUserPasswordPolicyParent      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLocalUserPasswordPolicyPermissionResource       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLocalUserPasswordPolicyResult      
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetIam Local User Password Policy Result Account> 
- AdditionalProperties string
- Ancestors
List<GetIam Local User Password Policy Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableLock boolOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- FailedLogin doubleTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- LockOut doubleTime Period 
- The time period, in seconds, during which a user account will remain locked.
- MaxFailed doubleLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- MinChar doubleDifference 
- Minimum number of characters different from previous password.
- MinDays doubleBetween Password Change 
- Minimum Days allowed between password change.
- MinLength doublePassword 
- Minimum length of password.
- MinLower doubleCase 
- Minimum number of required lower case characters.
- MinNumeric double
- Minimum number of required numeric characters.
- MinSpecial doubleChar 
- Minimum number of required special characters.
- MinUpper doubleCase 
- Minimum number of required upper case characters.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumPrevious doublePasswords Disallowed 
- Number of previous passwords disallowed.
- ObjectType string
- Owners List<string>
- Parents
List<GetIam Local User Password Policy Result Parent> 
- PermissionResources List<GetIam Local User Password Policy Result Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Local User Password Policy Result Tag> 
- VersionContexts List<GetIam Local User Password Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetIam Local User Password Policy Result Account 
- AdditionalProperties string
- Ancestors
[]GetIam Local User Password Policy Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableLock boolOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- FailedLogin float64Tracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- LockOut float64Time Period 
- The time period, in seconds, during which a user account will remain locked.
- MaxFailed float64Logins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- MinChar float64Difference 
- Minimum number of characters different from previous password.
- MinDays float64Between Password Change 
- Minimum Days allowed between password change.
- MinLength float64Password 
- Minimum length of password.
- MinLower float64Case 
- Minimum number of required lower case characters.
- MinNumeric float64
- Minimum number of required numeric characters.
- MinSpecial float64Char 
- Minimum number of required special characters.
- MinUpper float64Case 
- Minimum number of required upper case characters.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumPrevious float64Passwords Disallowed 
- Number of previous passwords disallowed.
- ObjectType string
- Owners []string
- Parents
[]GetIam Local User Password Policy Result Parent 
- PermissionResources []GetIam Local User Password Policy Result Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetIam Local User Password Policy Result Tag 
- VersionContexts []GetIam Local User Password Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetIam Local User Password Policy Result Account> 
- additionalProperties String
- ancestors
List<GetIam Local User Password Policy Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableLock BooleanOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- failedLogin DoubleTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- lockOut DoubleTime Period 
- The time period, in seconds, during which a user account will remain locked.
- maxFailed DoubleLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- minChar DoubleDifference 
- Minimum number of characters different from previous password.
- minDays DoubleBetween Password Change 
- Minimum Days allowed between password change.
- minLength DoublePassword 
- Minimum length of password.
- minLower DoubleCase 
- Minimum number of required lower case characters.
- minNumeric Double
- Minimum number of required numeric characters.
- minSpecial DoubleChar 
- Minimum number of required special characters.
- minUpper DoubleCase 
- Minimum number of required upper case characters.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numPrevious DoublePasswords Disallowed 
- Number of previous passwords disallowed.
- objectType String
- owners List<String>
- parents
List<GetIam Local User Password Policy Result Parent> 
- permissionResources List<GetIam Local User Password Policy Result Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Local User Password Policy Result Tag> 
- versionContexts List<GetIam Local User Password Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- accounts
GetIam Local User Password Policy Result Account[] 
- additionalProperties string
- ancestors
GetIam Local User Password Policy Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableLock booleanOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- failedLogin numberTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- lockOut numberTime Period 
- The time period, in seconds, during which a user account will remain locked.
- maxFailed numberLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- minChar numberDifference 
- Minimum number of characters different from previous password.
- minDays numberBetween Password Change 
- Minimum Days allowed between password change.
- minLength numberPassword 
- Minimum length of password.
- minLower numberCase 
- Minimum number of required lower case characters.
- minNumeric number
- Minimum number of required numeric characters.
- minSpecial numberChar 
- Minimum number of required special characters.
- minUpper numberCase 
- Minimum number of required upper case characters.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- numPrevious numberPasswords Disallowed 
- Number of previous passwords disallowed.
- objectType string
- owners string[]
- parents
GetIam Local User Password Policy Result Parent[] 
- permissionResources GetIam Local User Password Policy Result Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetIam Local User Password Policy Result Tag[] 
- versionContexts GetIam Local User Password Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetIam Local User Password Policy Result Account] 
- additional_properties str
- ancestors
Sequence[GetIam Local User Password Policy Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enable_lock_ boolout_ for_ admin_ user 
- Determines if the user lock out feature must be enabled for the local admin user.
- failed_login_ floattracker_ window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- lock_out_ floattime_ period 
- The time period, in seconds, during which a user account will remain locked.
- max_failed_ floatlogins_ allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- min_char_ floatdifference 
- Minimum number of characters different from previous password.
- min_days_ floatbetween_ password_ change 
- Minimum Days allowed between password change.
- min_length_ floatpassword 
- Minimum length of password.
- min_lower_ floatcase 
- Minimum number of required lower case characters.
- min_numeric float
- Minimum number of required numeric characters.
- min_special_ floatchar 
- Minimum number of required special characters.
- min_upper_ floatcase 
- Minimum number of required upper case characters.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- num_previous_ floatpasswords_ disallowed 
- Number of previous passwords disallowed.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetIam Local User Password Policy Result Parent] 
- permission_resources Sequence[GetIam Local User Password Policy Result Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetIam Local User Password Policy Result Tag] 
- version_contexts Sequence[GetIam Local User Password Policy Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- accounts List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableLock BooleanOut For Admin User 
- Determines if the user lock out feature must be enabled for the local admin user.
- failedLogin NumberTracker Window 
- Seconds are tracked for consecutive incorrect login attempts. Users will be locked out if they exceed the max number of incorrect login attempts during this duration.
- lockOut NumberTime Period 
- The time period, in seconds, during which a user account will remain locked.
- maxFailed NumberLogins Allowed 
- Users will be locked out after exceeding the max consecutive incorrect login attempts allowed within the configured time duration.
- minChar NumberDifference 
- Minimum number of characters different from previous password.
- minDays NumberBetween Password Change 
- Minimum Days allowed between password change.
- minLength NumberPassword 
- Minimum length of password.
- minLower NumberCase 
- Minimum number of required lower case characters.
- minNumeric Number
- Minimum number of required numeric characters.
- minSpecial NumberChar 
- Minimum number of required special characters.
- minUpper NumberCase 
- Minimum number of required upper case characters.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numPrevious NumberPasswords Disallowed 
- Number of previous passwords disallowed.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContexts List<Property Map>
GetIamLocalUserPasswordPolicyResultAccount       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLocalUserPasswordPolicyResultAncestor       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLocalUserPasswordPolicyResultParent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLocalUserPasswordPolicyResultPermissionResource        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLocalUserPasswordPolicyResultTag       
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetIamLocalUserPasswordPolicyResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetIamLocalUserPasswordPolicyResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLocalUserPasswordPolicyResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLocalUserPasswordPolicyTag      
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetIamLocalUserPasswordPolicyVersionContext       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetIam Local User Password Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIam Local User Password Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetIam Local User Password Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIam Local User Password Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetIam Local User Password Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIam Local User Password Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetIam Local User Password Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIam Local User Password Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetIam Local User Password Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetIam Local User Password Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetIamLocalUserPasswordPolicyVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLocalUserPasswordPolicyVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet