RosSecurityPreferenceProps
Properties for defining a RosSecurityPreference.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-securitypreference
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.RosSecurityPreferenceProps {
AllowUserToChangePassword: interface{},
AllowUserToManageAccessKeys: interface{},
AllowUserToManageMfaDevices: interface{},
AllowUserToManagePublicKeys: interface{},
EnableSaveMfaTicket: interface{},
LoginNetworkMasks: interface{},
LoginSessionDuration: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AllowUserToChangePassword |
interface{} |
No description. |
AllowUserToManageAccessKeys |
interface{} |
No description. |
AllowUserToManageMfaDevices |
interface{} |
No description. |
AllowUserToManagePublicKeys |
interface{} |
No description. |
EnableSaveMfaTicket |
interface{} |
No description. |
LoginNetworkMasks |
interface{} |
No description. |
LoginSessionDuration |
interface{} |
No description. |
AllowUserToChangePasswordOptional
AllowUserToChangePassword interface{}
- Type: interface{}
AllowUserToManageAccessKeysOptional
AllowUserToManageAccessKeys interface{}
- Type: interface{}
AllowUserToManageMfaDevicesOptional
AllowUserToManageMfaDevices interface{}
- Type: interface{}
AllowUserToManagePublicKeysOptional
AllowUserToManagePublicKeys interface{}
- Type: interface{}
EnableSaveMfaTicketOptional
EnableSaveMfaTicket interface{}
- Type: interface{}
LoginNetworkMasksOptional
LoginNetworkMasks interface{}
- Type: interface{}
LoginSessionDurationOptional
LoginSessionDuration interface{}
- Type: interface{}