- 
                Notifications
    
You must be signed in to change notification settings  - Fork 12
 
api.entities.types.Permissions
api/entities/types.Permissions
Permissions a Secondary Key has over the Identity. A null value means the key has
all permissions of that type (e.g. if assets is null, the key has permissions over all
of the Identity's Assets)
• assets: null | SectionPermissions<FungibleAsset>
Assets over which this key has permissions
• portfolios: null | SectionPermissions<NumberedPortfolio | DefaultPortfolio>
• transactionGroups: TxGroup[]
list of Transaction Groups this key can execute. Having permissions over a TxGroup
means having permissions over every TxTag in said group. Partial group permissions are not
covered by this value. For a full picture of transaction permissions, see the transactions property
NOTE: If transactions is null, ignore this value
• transactions: null | TransactionPermissions
Transactions this key can execute
Entities
- Account
 - Asset
 - Authorization Request
 - Checkpoint
 - Checkpoint Schedule
 - Corporate Action
 - Corporate Action Base
 - Corporate Ballot
 - Custom Permission Group
 - Default Portfolio
 - Default Trusted Claim Issuer
 - Dividend Distribution
 - Entity
 - Identity
 - Instruction
 - Known Permission Group
 - Metadata Entry
 - Multi Sig Proposal
 - Numbered Portfolio
 - Offering
 - Permission Group
 - Portfolio
 - Subsidies
 - Subsidy
 - Ticker Reservation
 - Venue
 - Authorizations
 - Types